diff options
Diffstat (limited to 'src/gui/setup_joystick.h')
-rw-r--r-- | src/gui/setup_joystick.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_joystick.h b/src/gui/setup_joystick.h index d4f54d489..35a21080a 100644 --- a/src/gui/setup_joystick.h +++ b/src/gui/setup_joystick.h @@ -50,7 +50,7 @@ class Setup_Joystick : public SetupTab void action(const gcn::ActionEvent &event); - void setTempEnabled(bool sel); + void setTempEnabled(const bool sel); private: gcn::Label *mCalibrateLabel; |