summaryrefslogtreecommitdiff
path: root/otk/button.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/button.hh')
-rw-r--r--otk/button.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/button.hh b/otk/button.hh
index c5b9d963..a5f93690 100644
--- a/otk/button.hh
+++ b/otk/button.hh
@@ -29,8 +29,8 @@ public:
void press(unsigned int mouse_button);
void release(unsigned int mouse_button);
- int buttonPressHandler(const XButtonEvent &e);
- int buttonReleaseHandler(const XButtonEvent &e);
+ void buttonPressHandler(const XButtonEvent &e);
+ void buttonReleaseHandler(const XButtonEvent &e);
private: