]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/input.hxx
MIPSpro 7.4 fixes
[flightgear.git] / src / Input / input.hxx
index c3f980f0d1d5a44a3783d931e930b87e3c53d14f..9e043a7bba9fb4ad145af092539deed87ee9729e 100644 (file)
@@ -83,7 +83,7 @@ public:
   /**
    * Destructor.
    */
-  virtual ~FGBinding ();
+  virtual ~FGBinding () {}
 
 
   /**
@@ -148,7 +148,7 @@ private:
 
   string _command_name;
   mutable SGCommandMgr::command_t _command;
-  mutable SGPropertyNode * _arg;
+  mutable SGPropertyNode_ptr _arg;
   mutable SGPropertyNode_ptr _setting;
 };