From 729506e1f88383d8411624f5f2ab3c2c5f45cf43 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Feb 2003 21:45:58 +0000 Subject: [PATCH] calcDefaultSizes is protected --- otk/label.hh | 4 ++-- 1 file 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; -- 2.39.2