]> git.saurik.com Git - wxWidgets.git/commitdiff
in STL build wxVector elements need to be assignable as well as copy constructible
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Dec 2008 21:41:33 +0000 (21:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Dec 2008 21:41:33 +0000 (21:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/grid.cpp

index b03c969d06c3f444b21746a606023604d6a6b55c..739fedfcacf3d0e1a04dfb5fedc74794f34fbd2f 100644 (file)
@@ -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