X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8855e47254a28f5141524b3aaaac03c2944e997..d537baffe90cf5925fed4f5e4d90bb00e7514f9c:/include/wx/palmos/brush.h?ds=inline diff --git a/include/wx/palmos/brush.h b/include/wx/palmos/brush.h index 4e2cbbbb0f..6d45ab0298 100644 --- a/include/wx/palmos/brush.h +++ b/include/wx/palmos/brush.h @@ -16,7 +16,7 @@ #include "wx/gdiobj.h" #include "wx/bitmap.h" -class WXDLLEXPORT wxBrush; +class WXDLLIMPEXP_FWD_CORE wxBrush; // ---------------------------------------------------------------------------- // wxBrush @@ -42,7 +42,8 @@ public: virtual int GetStyle() const; wxBitmap *GetStipple() const; - bool Ok() const { return m_refData != NULL; } + bool Ok() const { return IsOk(); } + bool IsOk() const { return m_refData != NULL; } // return the HBRUSH for this brush virtual WXHANDLE GetResourceHandle() const;