]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
Typo
[wxWidgets.git] / include / wx / msw / statbox.h
index 8d48ba933e3d8dd4446c21d0e8e636b24bae2a00..27180f2c1eeba7d1b396dcffd8748b9cff83facd 100644 (file)
@@ -13,7 +13,7 @@
 #define _WX_MSW_STATBOX_H_
 
 // Group box
-class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase
+class WXDLLIMPEXP_CORE wxStaticBox : public wxStaticBoxBase
 {
 public:
     wxStaticBox() { }
@@ -46,9 +46,6 @@ public:
 protected:
     virtual wxSize DoGetBestSize() const;
 
-    // choose the default border for this window
-    virtual wxBorder GetDefaultBorder() const;
-
 #ifndef __WXWINCE__
 public:
     virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);