X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2FFGJoystickInput.hxx;h=1ab5a6f59ed5d82a0925319f80542cc4660ae97f;hb=3d4806adbe6705f785fd950bd4b4afde1cb4f8d2;hp=45de33f94c6d04db6440fabf20ca0c08e47713f4;hpb=de1564d83e32cf077a5367cc838f28271dd79381;p=flightgear.git diff --git a/src/Input/FGJoystickInput.hxx b/src/Input/FGJoystickInput.hxx index 45de33f94..1ab5a6f59 100644 --- a/src/Input/FGJoystickInput.hxx +++ b/src/Input/FGJoystickInput.hxx @@ -53,6 +53,7 @@ public: private: void _remove(bool all); + SGPropertyNode_ptr status_node; /** * Settings for a single joystick axis. @@ -83,7 +84,7 @@ private: int nbuttons; axis * axes; FGButton * buttons; - bool predefined; + bool predefined; }; joystick bindings[MAX_JOYSTICKS];