summaryrefslogtreecommitdiff
path: root/otk/focuslabel.cc
diff options
context:
space:
mode:
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 79d68b09..6869d231 100644
--- a/otk/focuslabel.cc
+++ b/otk/focuslabel.cc
@@ -67,7 +67,7 @@ void FocusLabel::renderForeground(void)
}
display->renderControl(_screen)->
- drawString(_surface, *ft, x, 0, *text_color, t);
+ drawString(*_surface, *ft, x, 0, *text_color, t);
}
}