X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2FFGButton.cxx;h=63a679d79e02f74cd3b7919af1617c69d6a1cb24;hb=2ba4f3ddad94c6045160663578b66bb573fd05ac;hp=cb03aeac4f1a158333292781e2cf68638b1a9159;hpb=a6db6d89ff41a619569e6433409e8bf62ff98499;p=flightgear.git diff --git a/src/Input/FGButton.cxx b/src/Input/FGButton.cxx index cb03aeac4..63a679d79 100644 --- a/src/Input/FGButton.cxx +++ b/src/Input/FGButton.cxx @@ -45,7 +45,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);