]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbmp.h
make access specifiers for the virtual functions match their access in the base class...
[wxWidgets.git] / include / wx / msw / statbmp.h
index db39bbb7bce27516efc48b39dea70b462975e1c1..883b52ae3725f51b07a2a06fae7e34002e4bbd25 100644 (file)
@@ -52,11 +52,11 @@ public:
     virtual wxBitmap GetBitmap() const;
     virtual wxIcon GetIcon() const;
 
+    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
 protected:
     virtual wxBorder GetDefaultBorder() const;
     virtual wxSize DoGetBestSize() const;
-    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
     // ctor/dtor helpers
     void Init() { m_isIcon = true; m_image = NULL; m_currentHandle = 0; }