]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/statbmp.h
adding an autorelease capability (got weird crashes when deleting tools from a toolba...
[wxWidgets.git] / include / wx / mac / carbon / statbmp.h
index 4e07e018a0326a3ec2ff9b107c1a4da191d337e1..4841947522635ab26edbf377b1a776de826bcde5 100644 (file)
 #ifndef _WX_STATBMP_H_
 #define _WX_STATBMP_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "statbmp.h"
-#endif
-
 #include "wx/icon.h"
 
 class WXDLLEXPORT wxStaticBitmap: public wxStaticBitmapBase
@@ -57,9 +53,10 @@ class WXDLLEXPORT wxStaticBitmap: public wxStaticBitmapBase
 
   // overriden base class virtuals
   virtual bool AcceptsFocus() const { return FALSE; }
-  virtual  wxSize DoGetBestSize() const ;
 
  protected:
+    virtual wxSize DoGetBestSize() const;
+
     wxBitmap m_bitmap;
     DECLARE_EVENT_TABLE() 
 };