]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/pen.h
disable dialup manager for MGL, it doesn't link as there is no DOS implementation...
[wxWidgets.git] / include / wx / gtk1 / pen.h
index dac2e0ff795623744cc370f9a9a6b5b26b68e458..91388c05a231f715d708df91fea9e140c4b1ab39 100644 (file)
@@ -40,7 +40,8 @@ public:
     wxPen( const wxColour &colour, int width = 1, int style = wxSOLID );
     virtual ~wxPen();
 
-    bool Ok() const { return m_refData != NULL; }
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const { return m_refData != NULL; }
 
     bool operator == ( const wxPen& pen ) const;
     bool operator != (const wxPen& pen) const { return !(*this == pen); }