summaryrefslogtreecommitdiff
path: root/otk/focuslabel.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-27 19:11:09 +0000
committerDana Jansens <danakj@orodu.net>2003-01-27 19:11:09 +0000
commit9999922623158c296ce5485f7416103cdef863ca (patch)
tree71b48c2a26f3db1fb70167af1018c42c47cbadf0 /otk/focuslabel.hh
parentf55419c19bd4ceee2d6e2994e02e0336bba027b4 (diff)
setStyle in the constructor of each child widget
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 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);