X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65bc172c9776514d64ced1317709202ee4123cd8..1fdc16adf72fbd051d1f4ffdbc8d35d00b3e2837:/include/wx/msw/stattext.h diff --git a/include/wx/msw/stattext.h b/include/wx/msw/stattext.h index 311f731f55..d9e8f0b742 100644 --- a/include/wx/msw/stattext.h +++ b/include/wx/msw/stattext.h @@ -12,10 +12,6 @@ #ifndef _WX_STATTEXT_H_ #define _WX_STATTEXT_H_ -#ifdef __GNUG__ - #pragma interface "stattext.h" -#endif - class WXDLLEXPORT wxStaticText : public wxStaticTextBase { public: @@ -52,7 +48,8 @@ protected: virtual wxSize DoGetBestSize() const; virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const; - DECLARE_DYNAMIC_CLASS(wxStaticText) + + DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticText) }; #endif