summaryrefslogtreecommitdiff
path: root/otk/focuslabel.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-22 23:17:28 +0000
committerDana Jansens <danakj@orodu.net>2003-01-22 23:17:28 +0000
commit11f59d7925068357e24ca743c23019f671e6a5d7 (patch)
tree9bd8bf1763a6ff08e311b763da5f447773077db5 /otk/focuslabel.hh
parent42fbe726d4433a6a46ce1555f1d208d2971438e3 (diff)
render code fixes
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);