summaryrefslogtreecommitdiff
path: root/otk/label.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/label.hh')
-rw-r--r--otk/label.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/label.hh b/otk/label.hh
index c959a2fa..0dd81442 100644
--- a/otk/label.hh
+++ b/otk/label.hh
@@ -18,6 +18,8 @@ public:
void update(void);
+ virtual void setStyle(Style *style);
+
private:
//! Object used by Xft to render to the drawable
XftDraw *_xftdraw;