X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIBase.hxx;h=46d287f732778dd4397f07fb6bf7cf6fccba2057;hb=6b72986b276290073ae3fd1e889bf59b647c03e1;hp=7f02842360de92ee8a58717d3a4aadcbb3e2d85e;hpb=667e64e1ebc86a0c53112b92b53475898f315c36;p=flightgear.git diff --git a/src/AIModel/AIBase.hxx b/src/AIModel/AIBase.hxx index 7f0284236..46d287f73 100644 --- a/src/AIModel/AIBase.hxx +++ b/src/AIModel/AIBase.hxx @@ -25,7 +25,6 @@ #include #include -#include #include #include #include @@ -192,6 +191,7 @@ protected: private: int _refID; object_type _otype; + bool _initialized; public: object_type getType();