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
This commit is contained in:
Vadim Zeitlin
2008-12-11 21:41:33 +00:00
parent ad805b9e0d
commit 3454f80227

View 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