X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..30d54e2732fe66d65c76b65a092b52e712d7abb8:/include/wx/msw/brush.h diff --git a/include/wx/msw/brush.h b/include/wx/msw/brush.h index 3500cbf3b3..5cac035628 100644 --- a/include/wx/msw/brush.h +++ b/include/wx/msw/brush.h @@ -16,7 +16,7 @@ #include "wx/gdiobj.h" #include "wx/bitmap.h" -class WXDLLEXPORT wxBrush; +class WXDLLIMPEXP_FWD_CORE wxBrush; // ---------------------------------------------------------------------------- // wxBrush @@ -42,19 +42,15 @@ public: virtual int GetStyle() const; wxBitmap *GetStipple() const; - bool Ok() const { return IsOk(); } - bool IsOk() const { return m_refData != NULL; } - // return the HBRUSH for this brush virtual WXHANDLE GetResourceHandle() const; protected: - virtual wxObjectRefData *CreateRefData() const; - virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const; + virtual wxGDIRefData *CreateGDIRefData() const; + virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const; private: DECLARE_DYNAMIC_CLASS(wxBrush) }; -#endif - // _WX_BRUSH_H_ +#endif // _WX_BRUSH_H_