summaryrefslogtreecommitdiff
path: root/otk/button.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-22 22:46:16 +0000
committerDana Jansens <danakj@orodu.net>2003-01-22 22:46:16 +0000
commit033e9843bcec8340c9e657fe0f0519f86075424b (patch)
tree6bebf966b56fac4bf36f8060abfd77119e584c60 /otk/button.hh
parent75e8fc2705d9c606a702eb7057e9e503be90618b (diff)
otk using new render shit.. supposedly
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 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: