]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/pen.h
Always use wxFULL_REPAINT_ON_RESIZE for generic status bar.
[wxWidgets.git] / include / wx / gtk1 / pen.h
index aef98775637fe05f364d68339e4f346ce990d980..dac2e0ff795623744cc370f9a9a6b5b26b68e458 100644 (file)
@@ -38,12 +38,7 @@ public:
     wxPen() { }
 
     wxPen( const wxColour &colour, int width = 1, int style = wxSOLID );
-    ~wxPen();
-
-    wxPen( const wxPen& pen )
-        : wxGDIObject()
-        { Ref(pen); }
-    wxPen& operator = ( const wxPen& pen ) { Ref(pen); return *this; }
+    virtual ~wxPen();
 
     bool Ok() const { return m_refData != NULL; }