]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/pen.h
Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv library
[wxWidgets.git] / include / wx / os2 / pen.h
index 3594ffebec0f1cad7492a4bb024db81b65e85277..17c6822ac099c3fcfc0e3a8ef4a2851b5851b5ad 100644 (file)
@@ -61,7 +61,8 @@ public:
     inline bool   operator != (const wxPen& rPen) const
         { return m_refData != rPen.m_refData; }
 
-    virtual bool Ok(void) const { return (m_refData != NULL); }
+    virtual bool Ok() const { return IsOk(); }
+    virtual bool IsOk(void) const { return (m_refData != NULL); }
 
     //
     // Override in order to recreate the pen