]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scripting/NasalSys.hxx
rename attributes write/read to writable/readable (The original names
[flightgear.git] / src / Scripting / NasalSys.hxx
index 04313ea1661cbbd5bd7bd94bd89e3c49679e951b..d1bf0a4c8e8f952cfb0775ff0d0a4f7ad859c509 100644 (file)
@@ -4,7 +4,7 @@
 #include <simgear/misc/sg_path.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/nasal/nasal.h>
-#include <simgear/scene/model/model.hxx>
+#include <simgear/scene/model/modellib.hxx>
 #include <simgear/xml/easyxml.hxx>
 
 #include <map>
@@ -159,7 +159,7 @@ private:
 };
 
 
-class FGNasalModelData : public SGModelData {
+class FGNasalModelData : public simgear::SGModelData {
 public:
     FGNasalModelData(SGPropertyNode *props = 0) : _props(props), _unload(0) {}
     ~FGNasalModelData();