]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stattext.h
check that the conversion to wxDateTime was really successful
[wxWidgets.git] / include / wx / msw / stattext.h
index 1c05fbf758a4d770aed46038c6d04005ea23f15e..28e1b79656250d3606ec396cc0a3390f58ce04f1 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_STATTEXT_H_
 #define _WX_STATTEXT_H_
 
-class WXDLLEXPORT wxStaticText : public wxStaticTextBase
+class WXDLLIMPEXP_CORE wxStaticText : public wxStaticTextBase
 {
 public:
     wxStaticText() { }
@@ -44,7 +44,6 @@ public:
 
 protected:
     // implement/override some base class virtuals
-    virtual wxBorder GetDefaultBorder() const;
     virtual void DoSetSize(int x, int y, int w, int h,
                            int sizeFlags = wxSIZE_AUTO);
     virtual wxSize DoGetBestSize() const;