]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIThermal.hxx
James Turner: Improved runway management code:
[flightgear.git] / src / AIModel / AIThermal.hxx
index 03fcd3213f5f2c04f168a92652feab3f1a236e99..731ac81ce61c168c03d03eaeffbe56d23d8db59c 100644 (file)
@@ -25,7 +25,7 @@
 #include "AIBase.hxx"
 
 #include <string>
-SG_USING_STD(string);
+using std::string;
 
 
 class FGAIThermal : public FGAIBase {
@@ -37,7 +37,7 @@ public:
        
         void readFromScenario(SGPropertyNode* scFileNode);
 
-       virtual bool init();
+       virtual bool init(bool search_in_AI_path=false);
         virtual void bind();
         virtual void unbind();
        virtual void update(double dt);