summaryrefslogtreecommitdiff
path: root/otk/focuslabel.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/focuslabel.hh')
-rw-r--r--otk/focuslabel.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/focuslabel.hh b/otk/focuslabel.hh
index e5fd4529..eca8fff1 100644
--- a/otk/focuslabel.hh
+++ b/otk/focuslabel.hh
@@ -16,7 +16,7 @@ public:
inline const ustring &getText(void) const { return _text; }
void setText(const ustring &text) { _text = text; _dirty = true; }
- void renderForeground(void);
+ virtual void renderForeground(void);
virtual void setStyle(RenderStyle *style);