]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/pen.h
Be nice to eVC++ build process and don't include not existing files.
[wxWidgets.git] / include / wx / x11 / pen.h
index d5c042a14d00ae4e5f05a97950eda7287c57479f..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;
@@ -65,7 +62,7 @@ public:
     wxDash* GetDash() const;
     wxBitmap* GetStipple() const;
 
-private:
+protected:
     // ref counting code
     virtual wxObjectRefData *CreateRefData() const;
     virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const;