From 3454f80227ae2f56585a0af38cb5d89eda351c0b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 11 Dec 2008 21:41:33 +0000 Subject: [PATCH] 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 --- src/generic/grid.cpp | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.45.2