Fixed: Compilation (missing NLMISC namespaces for nlfopen)

--HG--
branch : develop
This commit is contained in:
kervala 2016-03-20 17:27:25 +01:00
parent 55de2f0bd2
commit 89532b2afb

View file

@ -998,7 +998,7 @@ int main(int nNbArg, char **ppArgs)
ChDir (sExeDir);
// out a text file, with list of
FILE *out = nlfopen(ppArgs[4], "wt");
FILE *out = NLMISC::nlfopen(ppArgs[4], "wt");
if(!out)
{