X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e255b00ced5114d9b599cd66cd9d737686cec94..7996ff803885d4fc7196c0bfc855861c4364154a:/include/wx/msw/stattext.h?ds=inline diff --git a/include/wx/msw/stattext.h b/include/wx/msw/stattext.h index 6f6016f11c..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_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "stattext.h" -#endif - class WXDLLEXPORT wxStaticText : public wxStaticTextBase { public: @@ -51,7 +47,7 @@ protected: int sizeFlags = wxSIZE_AUTO); virtual wxSize DoGetBestSize() const; virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const; - virtual WXHBRUSH DoMSWControlColor(WXHDC pDC, wxColour colBg); + DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticText) };