summaryrefslogtreecommitdiff
path: root/otk/focuslabel.cc
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.cc
parent42fbe726d4433a6a46ce1555f1d208d2971438e3 (diff)
render code fixes
Diffstat (limited to 'otk/focuslabel.cc')
-rw-r--r--otk/focuslabel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/focuslabel.cc b/otk/focuslabel.cc
index 24f3ff52..712fce37 100644
--- a/otk/focuslabel.cc
+++ b/otk/focuslabel.cc
@@ -29,7 +29,7 @@ void FocusLabel::setStyle(RenderStyle *style)
}
-void FocusLabel::renderForeground(void)
+void FocusLabel::renderForeground()
{
const Font *ft = style()->labelFont();
RenderColor *text_color = (isFocused() ? style()->textFocusColor()