X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7a2a602b4bd9308be21bc07e40a680f483438e..1fdc16adf72fbd051d1f4ffdbc8d35d00b3e2837:/include/wx/msw/stattext.h diff --git a/include/wx/msw/stattext.h b/include/wx/msw/stattext.h index 80d3f50a54..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,6 +48,7 @@ protected: virtual wxSize DoGetBestSize() const; virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const; + DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticText) };