Fixed: Compilation

This commit is contained in:
kervala 2016-01-14 23:46:19 +01:00
parent bed94fb47e
commit 1720f33c53

View file

@ -63,7 +63,7 @@ int main(int argc, char *argv[])
if (settings.DestinationDirectoryPath.empty())
settings.DestinationDirectoryPath = filePath + "_export";
settings.DestinationDirectoryPath = NLMISC::standardizePath(settings.DestinationDirectoryPath);
settings.DestinationDirectoryPath = NLMISC::CPath::standardizePath(settings.DestinationDirectoryPath);
if (args.haveLongArg("dependlog"))
settings.ToolDependLog = args.getLongArg("dependlog").front();