]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/pen.h
Export the event types.
[wxWidgets.git] / include / wx / x11 / pen.h
index 3103d77f2591f9d885de866eaf351fc8f2c26edc..17c2288831b2420fa11bccb0da39386e311abefa 100644 (file)
@@ -38,9 +38,6 @@ public:
     wxPen( const wxBitmap &stipple, int width );
     ~wxPen();
 
-    wxPen( const wxPen& pen ) { Ref(pen); }
-    wxPen& operator = ( const wxPen& pen ) { Ref(pen); return *this; }
-
     bool Ok() const { return m_refData != NULL; }
 
     bool operator == ( const wxPen& pen ) const;