X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIBase.hxx;h=46d287f732778dd4397f07fb6bf7cf6fccba2057;hb=6b72986b276290073ae3fd1e889bf59b647c03e1;hp=ec55ce998d56d6c384a2424b7a5836484e2aab81;hpb=fd492a297aee6d40c58f71b1889847b6668af3fd;p=flightgear.git diff --git a/src/AIModel/AIBase.hxx b/src/AIModel/AIBase.hxx index ec55ce998..46d287f73 100644 --- a/src/AIModel/AIBase.hxx +++ b/src/AIModel/AIBase.hxx @@ -25,7 +25,6 @@ #include #include -#include #include #include #include @@ -34,8 +33,8 @@ #include
-SG_USING_STD(string); -SG_USING_STD(list); +using std::string; +using std::list; class FGAIManager; class FGAIFlightPlan; @@ -192,6 +191,7 @@ protected: private: int _refID; object_type _otype; + bool _initialized; public: object_type getType();