]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGButton.hxx
Stop the property tree from keeping a shadow of the deleted input properties, as...
[flightgear.git] / src / Input / FGButton.hxx
index 6ab5347a00c68d691b89aea3f8582abb2bb56937..20cac858c26bac0b69c10809af8fadbbec9b2ebf 100644 (file)
@@ -32,7 +32,7 @@ class FGButton : public FGCommonInput {
 public:
   FGButton();
   virtual ~FGButton();
-  void init( const SGPropertyNode * node, const string name, string & module );
+  void init( const SGPropertyNode * node, const std::string & name, std::string & module );
   void update( int modifiers, bool pressed, int x = -1, int y = -1);
   bool is_repeatable;
   float interval_sec;