summaryrefslogtreecommitdiff
path: root/otk/button.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/button.hh')
-rw-r--r--otk/button.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/button.hh b/otk/button.hh
index 2d983fb3..5924e9b0 100644
--- a/otk/button.hh
+++ b/otk/button.hh
@@ -32,7 +32,7 @@ public:
void buttonPressHandler(const XButtonEvent &e);
void buttonReleaseHandler(const XButtonEvent &e);
- void setStyle(Style *style);
+ virtual void setStyle(Style *style);
private: