From 11f59d7925068357e24ca743c23019f671e6a5d7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 22 Jan 2003 23:17:28 +0000 Subject: render code fixes --- otk/focuslabel.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/focuslabel.hh') 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); -- cgit v1.2.3