diff options
Diffstat (limited to 'otk/button.hh')
| -rw-r--r-- | otk/button.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/button.hh b/otk/button.hh index a4b3a978..48a0f813 100644 --- a/otk/button.hh +++ b/otk/button.hh @@ -34,7 +34,7 @@ public: void release(void); virtual void update(void); - virtual void expose(const XExposeEvent &e); + virtual bool expose(const XExposeEvent &e); private: |
