Fixed: Compilation

--HG--
branch : develop
This commit is contained in:
kervala 2016-01-14 23:46:19 +01:00
parent cb26d897ae
commit c844a0bdd1

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();