X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIStatic.hxx;h=f7ca53a393b80cfd69bdbc9640baac8aca1bde91;hb=b4fbde72b275dc75e8ecf7b44261aba642e5da0f;hp=7145200a3981b977271fbd6b8a3a7b370e4a8b92;hpb=4bfd1722df24f5be89459b25010e5d7352720a7b;p=flightgear.git diff --git a/src/AIModel/AIStatic.hxx b/src/AIModel/AIStatic.hxx index 7145200a3..f7ca53a39 100644 --- a/src/AIModel/AIStatic.hxx +++ b/src/AIModel/AIStatic.hxx @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #ifndef _FG_AIStatic_HXX #define _FG_AIStatic_HXX @@ -25,7 +25,7 @@ #include "AIBase.hxx" #include -SG_USING_STD(string); +using std::string; class FGAIStatic : public FGAIBase { @@ -35,7 +35,7 @@ public: FGAIStatic(); ~FGAIStatic(); - virtual bool init(); + virtual bool init(bool search_in_AI_path=false); virtual void bind(); virtual void unbind(); virtual void update(double dt);