X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2FFGButton.hxx;h=80c9eed6d2b7ae5faed45b881ac32a0d8ea5968d;hb=239a0007631da53c68ca9c8e7989957c567acac9;hp=6ab5347a00c68d691b89aea3f8582abb2bb56937;hpb=a6db6d89ff41a619569e6433409e8bf62ff98499;p=flightgear.git diff --git a/src/Input/FGButton.hxx b/src/Input/FGButton.hxx index 6ab5347a0..80c9eed6d 100644 --- a/src/Input/FGButton.hxx +++ b/src/Input/FGButton.hxx @@ -26,13 +26,13 @@ #define FGBUTTON_H #include "FGCommonInput.hxx" -#include
+#include
// for KEYMOD_MAX 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;