From 9999922623158c296ce5485f7416103cdef863ca Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 27 Jan 2003 19:11:09 +0000 Subject: setStyle in the constructor of each child widget --- 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 eca8fff1..ec194712 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; } - virtual void renderForeground(void); + virtual void renderForeground(); virtual void setStyle(RenderStyle *style); -- cgit v1.2.3