]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/scrolbar.h
typo
[wxWidgets.git] / include / wx / msw / scrolbar.h
index 992604a64f5b0fd0a7a1b218f10994f9cb34df12..45e6dec23b6354c1a9d8a71373bec823b6d8e7d3 100644 (file)
@@ -56,9 +56,10 @@ public:
     // override wxControl version to not use solid background here
     virtual WXHBRUSH MSWControlColor(WXHDC pDC, WXHWND hWnd);
 
+    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
 protected:
     virtual wxSize DoGetBestSize() const;
-    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
     int m_pageSize;
     int m_viewSize;