]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/pen.h
wxXML load/save improvements: added ability to not ignore whitespace and specify...
[wxWidgets.git] / include / wx / x11 / pen.h
index 3103d77f2591f9d885de866eaf351fc8f2c26edc..eeff1b0756a134e8527fe2b8477d67ae00238137 100644 (file)
@@ -36,10 +36,7 @@ public:
 
     wxPen( const wxColour &colour, int width = 1, int style = wxSOLID );
     wxPen( const wxBitmap &stipple, int width );
-    ~wxPen();
-
-    wxPen( const wxPen& pen ) { Ref(pen); }
-    wxPen& operator = ( const wxPen& pen ) { Ref(pen); return *this; }
+    virtual ~wxPen();
 
     bool Ok() const { return m_refData != NULL; }