X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2FFGButton.hxx;h=675f969d29ac5f254d5b60b93ecbf1526ffb9a1b;hb=d0a2fbba990c07608b813fa026126fe7ce52c552;hp=6ab5347a00c68d691b89aea3f8582abb2bb56937;hpb=a6db6d89ff41a619569e6433409e8bf62ff98499;p=flightgear.git diff --git a/src/Input/FGButton.hxx b/src/Input/FGButton.hxx index 6ab5347a0..675f969d2 100644 --- a/src/Input/FGButton.hxx +++ b/src/Input/FGButton.hxx @@ -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;