]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
removing double includes
[wxWidgets.git] / include / wx / msw / control.h
index 503d0db28c7b7c9fea332661d6272852fb8e29c4..20d9c73d5b233702400b5c3198da706bbab8f558 100644 (file)
@@ -15,7 +15,7 @@
 #include "wx/dynarray.h"
 
 // General item class
-class WXDLLEXPORT wxControl : public wxControlBase
+class WXDLLIMPEXP_CORE wxControl : public wxControlBase
 {
 public:
     wxControl() { }
@@ -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;