]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scripting/NasalSys.hxx
Refactor FG_HOME init, so we can log sooner.
[flightgear.git] / src / Scripting / NasalSys.hxx
index 5434844998fb077d1a5df1cab0e771a960703406..83efde6e427ab94204736701714eb95c5e5ab548 100644 (file)
@@ -186,7 +186,8 @@ private:
     naRef genPropsModule();
 
     naContext _context;
-    naRef _globals;
+    naRef _globals,
+          _string;
 
     SGPropertyNode_ptr _cmdArg;