]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statbmp.h
remove file containing many obsolete defines, if anyone wants to revive MicroWindows...
[wxWidgets.git] / include / wx / univ / statbmp.h
index cf4eb7164c100eafd0617a1af7246525cb061469..a51a0f75a1d8a4c7ea4b9db992f7b55dc1ec708f 100644 (file)
@@ -60,10 +60,11 @@ public:
     wxIcon GetIcon() const;
 
     virtual bool HasTransparentBackground() { return true; }
-    
-private:
+
+protected:
     virtual void DoDraw(wxControlRenderer *renderer);
 
+private:
     // the bitmap which we show
     wxBitmap m_bitmap;