typedef long wxPMDash;
-class WXDLLEXPORT wxPen;
+class WXDLLIMPEXP_FWD_CORE wxPen;
class WXDLLEXPORT wxPenRefData: public wxGDIRefData
{
- friend class WXDLLEXPORT wxPen;
+ friend class WXDLLIMPEXP_FWD_CORE wxPen;
public:
wxPenRefData();
wxPenRefData(const wxPenRefData& rData);
inline bool operator != (const wxPen& rPen) const
{ return !(*this == rPen); }
- virtual bool Ok() const { return IsOk(); }
- virtual bool IsOk(void) const { return (m_refData != NULL); }
-
//
// Override in order to recreate the pen
//