X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d94751752c081c289a1d8f159405487dbbe4e68..7b218dfaf47dc47705f6d6cba9408fa9f9cca70e:/include/wx/msw/pen.h diff --git a/include/wx/msw/pen.h b/include/wx/msw/pen.h index 4933932078..79b162ecd1 100644 --- a/include/wx/msw/pen.h +++ b/include/wx/msw/pen.h @@ -53,7 +53,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; }