X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4a81a2e96b5a349ee9430b91d36e7e8a21d7976..7c0ea335c7b1aa4ebd8b3a79dfb4be9fb20eefdb:/include/wx/motif/pen.h diff --git a/include/wx/motif/pen.h b/include/wx/motif/pen.h index 8a69853d11..4bc54d41b7 100644 --- a/include/wx/motif/pen.h +++ b/include/wx/motif/pen.h @@ -54,7 +54,6 @@ public: wxPen(const wxColour& col, int width, int style); wxPen(const wxBitmap& stipple, int width); inline wxPen(const wxPen& pen) { Ref(pen); } - inline wxPen(const wxPen* pen) { if (pen) Ref(*pen); } ~wxPen(); inline wxPen& operator = (const wxPen& pen) { if (*this == pen) return (*this); Ref(pen); return *this; }