summaryrefslogtreecommitdiff
path: root/src/gui/widgets/checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/checkbox.h')
-rw-r--r--src/gui/widgets/checkbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/checkbox.h b/src/gui/widgets/checkbox.h
index 0c8e48553..e86e4b214 100644
--- a/src/gui/widgets/checkbox.h
+++ b/src/gui/widgets/checkbox.h
@@ -74,6 +74,8 @@ class CheckBox : public gcn::CheckBox
*/
void mouseExited(gcn::MouseEvent& event);
+ void keyPressed(gcn::KeyEvent& keyEvent);
+
private:
static int instances;
static float mAlpha;