X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a1498c08b07625baa087622e75637a2f15325b6..7b4fde8255e2c5495b5c7c2b3234d19ac8c1e7cf:/include/wx/mgl/brush.h diff --git a/include/wx/mgl/brush.h b/include/wx/mgl/brush.h index cdb9dc8fb2..ae8f784b80 100644 --- a/include/wx/mgl/brush.h +++ b/include/wx/mgl/brush.h @@ -33,9 +33,7 @@ public: wxBrush() {} wxBrush(const wxColour &colour, int style = wxSOLID); wxBrush(const wxBitmap &stippleBitmap); - wxBrush(const wxBrush &brush); ~wxBrush() {} - wxBrush& operator = (const wxBrush& brush); bool operator == (const wxBrush& brush) const; bool operator != (const wxBrush& brush) const; bool Ok() const;