summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--otk/label.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/label.hh b/otk/label.hh
index 3bb931d6..f43ed71a 100644
--- a/otk/label.hh
+++ b/otk/label.hh
@@ -31,13 +31,13 @@ public:
const Font *font() const { return _font; }
virtual void setFont(const Font *f);
- virtual void calcDefaultSizes();
-
virtual void styleChanged(const RenderStyle &style);
virtual void renderForeground(Surface &surface);
protected:
+ virtual void calcDefaultSizes();
+
//! The color the label will use for rendering its text
RenderColor *_forecolor;