calcDefaultSizes is protected

This commit is contained in:
Dana Jansens 2003-02-17 21:45:58 +00:00
parent bc8d855b11
commit 729506e1f8

View file

@ -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;