X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FInput%2FFGButton.hxx;h=20cac858c26bac0b69c10809af8fadbbec9b2ebf;hb=5c789706630caf82d9043e61ee5e42d5e00b671f;hp=6ab5347a00c68d691b89aea3f8582abb2bb56937;hpb=a6db6d89ff41a619569e6433409e8bf62ff98499;p=flightgear.git diff --git a/src/Input/FGButton.hxx b/src/Input/FGButton.hxx index 6ab5347a0..20cac858c 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;