From 1720f33c531b61ca159a79953670b4e9e33f6b0d Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 14 Jan 2016 23:46:19 +0100 Subject: [PATCH] Fixed: Compilation --- code/nel/tools/3d/mesh_export/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/tools/3d/mesh_export/main.cpp b/code/nel/tools/3d/mesh_export/main.cpp index b135d719f..a042d6d0f 100644 --- a/code/nel/tools/3d/mesh_export/main.cpp +++ b/code/nel/tools/3d/mesh_export/main.cpp @@ -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();