]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stattext.h
Do not put semicolons after the definition of an inline function.
[wxWidgets.git] / include / wx / msw / stattext.h
index b9c4b6ad2191d5f7c7278580d68462b0686aeb9c..2bae45488975063e193e4d749c9e81df723252f6 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_STATTEXT_H_
 #define _WX_STATTEXT_H_
 
 #ifndef _WX_STATTEXT_H_
 #define _WX_STATTEXT_H_
 
-class WXDLLEXPORT wxStaticText : public wxStaticTextBase
+class WXDLLIMPEXP_CORE wxStaticText : public wxStaticTextBase
 {
 public:
     wxStaticText() { }
 {
 public:
     wxStaticText() { }
@@ -46,7 +46,7 @@ protected:
     // implement/override some base class virtuals
     virtual void DoSetSize(int x, int y, int w, int h,
                            int sizeFlags = wxSIZE_AUTO);
     // implement/override some base class virtuals
     virtual void DoSetSize(int x, int y, int w, int h,
                            int sizeFlags = wxSIZE_AUTO);
-    virtual wxSize DoGetBestSize() const;
+    virtual wxSize DoGetBestClientSize() const;
 
     virtual wxString DoGetLabel() const;
     virtual void DoSetLabel(const wxString& str);
 
     virtual wxString DoGetLabel() const;
     virtual void DoSetLabel(const wxString& str);