]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/pen.h
added missing wxUniChar::operator=(wxUniCharRef)
[wxWidgets.git] / include / wx / x11 / pen.h
index eeff1b0756a134e8527fe2b8477d67ae00238137..7df09ebc19f27875596e4d0effc7d14a16967d76 100644 (file)
@@ -38,7 +38,8 @@ public:
     wxPen( const wxBitmap &stipple, int width );
     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); }