]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tglbtn.h
make access specifiers for the virtual functions match their access in the base class...
[wxWidgets.git] / include / wx / msw / tglbtn.h
index fd59de8e234704ea381323b51221773bd950c92a..a6dc79548637a82bfad6ee25ad87cd20198af8f2 100644 (file)
@@ -46,11 +46,11 @@ public:
 
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual void Command(wxCommandEvent& event);
+    virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
 
 protected:
     virtual wxSize DoGetBestSize() const;
     virtual wxBorder GetDefaultBorder() const;
-    virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
 
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxToggleButton)