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 dd3c78b9..1483677e 100644 --- a/otk/button.hh +++ b/otk/button.hh @@ -33,7 +33,7 @@ public: void buttonPressHandler(const XButtonEvent &e); void buttonReleaseHandler(const XButtonEvent &e); - virtual void setStyle(Style *style); + virtual void setStyle(RenderStyle *style); private: |
