]> 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 3103d77f2591f9d885de866eaf351fc8f2c26edc..7df09ebc19f27875596e4d0effc7d14a16967d76 100644 (file)
@@ -36,12 +36,10 @@ public:
 
     wxPen( const wxColour &colour, int width = 1, int style = wxSOLID );
     wxPen( const wxBitmap &stipple, int width );
 
     wxPen( const wxColour &colour, int width = 1, int style = wxSOLID );
     wxPen( const wxBitmap &stipple, int width );
-    ~wxPen();
+    virtual ~wxPen();
 
 
-    wxPen( const wxPen& pen ) { Ref(pen); }
-    wxPen& operator = ( const wxPen& pen ) { Ref(pen); return *this; }
-
-    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); }
 
     bool operator == ( const wxPen& pen ) const;
     bool operator != (const wxPen& pen) const { return !(*this == pen); }