X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3ab1c18017bb08329e73918f9f502ea00cdb447..d537baffe90cf5925fed4f5e4d90bb00e7514f9c:/include/wx/palmos/pen.h?ds=sidebyside diff --git a/include/wx/palmos/pen.h b/include/wx/palmos/pen.h index 4edd52052f..41a7146509 100644 --- a/include/wx/palmos/pen.h +++ b/include/wx/palmos/pen.h @@ -18,7 +18,7 @@ typedef WXDWORD wxMSWDash; -class WXDLLEXPORT wxPen; +class WXDLLIMPEXP_FWD_CORE wxPen; // VZ: this class should be made private class WXDLLEXPORT wxPenRefData : public wxGDIRefData @@ -54,7 +54,7 @@ protected: WXHPEN m_hPen; private: - friend class WXDLLEXPORT wxPen; + friend class WXDLLIMPEXP_FWD_CORE wxPen; // Cannot use // DECLARE_NO_COPY_CLASS(wxPenRefData)