]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
build fixes
[wxWidgets.git] / include / wx / msw / control.h
index a2e56f715996d1b49f0f34588d136561a7d914e5..503d0db28c7b7c9fea332661d6272852fb8e29c4 100644 (file)
@@ -71,10 +71,10 @@ public:
     // default style for the control include WS_TABSTOP if it AcceptsFocus()
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
-protected:
     // choose the default border for this window
     virtual wxBorder GetDefaultBorder() const;
 
+protected:
     // return default best size (doesn't really make any sense, override this)
     virtual wxSize DoGetBestSize() const;