X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FScripting%2FNasalSys.hxx;h=6d64e5097ba66f3ddfd4dd01902178c047bae76d;hb=3209a4db097f3f45836cc1297dcd93964df562b4;hp=090777f65a058da3934e7e503fe692aa8f4c24d1;hpb=b57f6235201f22c0f3eaefcd064e57ce71e5c31a;p=flightgear.git diff --git a/src/Scripting/NasalSys.hxx b/src/Scripting/NasalSys.hxx index 090777f65..6d64e5097 100644 --- a/src/Scripting/NasalSys.hxx +++ b/src/Scripting/NasalSys.hxx @@ -167,6 +167,7 @@ public: void modelLoaded(const string& path, SGPropertyNode *prop, osg::Node *); private: + static unsigned int _module_id; string _module; SGPropertyNode_ptr _root; SGConstPropertyNode_ptr _unload;