]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/pen.h
changing to wxDC, so that wxGCDC can be used as well
[wxWidgets.git] / include / wx / os2 / pen.h
index 151aef81184186bd257c821d02b0e3673ccce86e..86ce52baf8be406a0de79b30370057871519cc2d 100644 (file)
 
 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);
@@ -81,9 +81,6 @@ public:
     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
     //