X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2FFGButton.cxx;h=315b4d3e9aaba9927780813d0ec29a8fa4804945;hb=f6207d5cb8eeb2ed83e1873dd2f621785832a3f3;hp=63a679d79e02f74cd3b7919af1617c69d6a1cb24;hpb=025b94f09950de6afecf2097d921c7735c16d35d;p=flightgear.git diff --git a/src/Input/FGButton.cxx b/src/Input/FGButton.cxx index 63a679d79..315b4d3e9 100644 --- a/src/Input/FGButton.cxx +++ b/src/Input/FGButton.cxx @@ -28,7 +28,6 @@ #include "FGButton.hxx" -#include FGButton::FGButton () : is_repeatable(false), @@ -45,7 +44,7 @@ FGButton::~FGButton () } -void FGButton::init( const SGPropertyNode * node, const std::string name, std::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);