From: Vadim Zeitlin Date: Thu, 11 Dec 2008 21:41:33 +0000 (+0000) Subject: in STL build wxVector elements need to be assignable as well as copy constructible X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3454f80227ae2f56585a0af38cb5d89eda351c0b?ds=inline in STL build wxVector elements need to be assignable as well as copy constructible git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/grid.cpp b/src/generic/grid.cpp index b03c969d06..739fedfcac 100644 --- a/src/generic/grid.cpp +++ b/src/generic/grid.cpp @@ -199,8 +199,6 @@ public: private: wxGrid * const m_grid; const int m_col; - - DECLARE_NO_ASSIGN_CLASS(wxGridHeaderColumn) }; // header control retreiving column information from the grid