calcDefaultSizes is protected
authorDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 21:45:58 +0000 (21:45 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 21:45:58 +0000 (21:45 +0000)
otk/label.hh

index 3bb931d..f43ed71 100644 (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;