]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGButton.cxx
Minor renaming issue.
[flightgear.git] / src / Input / FGButton.cxx
index cb03aeac4f1a158333292781e2cf68638b1a9159..315b4d3e9aaba9927780813d0ec29a8fa4804945 100644 (file)
@@ -28,7 +28,6 @@
 
 #include "FGButton.hxx"
 
-#include <simgear/math/SGMath.hxx>
 
 FGButton::FGButton ()
   : is_repeatable(false),
@@ -45,7 +44,7 @@ FGButton::~FGButton ()
 }
 
 
-void FGButton::init( const SGPropertyNode * node, const string name, string & module )
+void FGButton::init( const SGPropertyNode * node, const std::string & name, std::string & module )
 {
   if (node == 0) {
     SG_LOG(SG_INPUT, SG_DEBUG, "No bindings for button " << name);