]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIStatic.hxx
Use api's with objects instead of scalars.
[flightgear.git] / src / AIModel / AIStatic.hxx
index 384ff1b182fb7afba3450f5085d8970230586374..f7ca53a393b80cfd69bdbc9640baac8aca1bde91 100644 (file)
@@ -25,7 +25,7 @@
 #include "AIBase.hxx"
 
 #include <string>
-SG_USING_STD(string);
+using std::string;
 
 
 class FGAIStatic : public FGAIBase {