really fix STL compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -197,8 +197,11 @@ public:
|
|||||||
virtual bool IsSortOrderAscending() const { return false; }
|
virtual bool IsSortOrderAscending() const { return false; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
wxGrid * const m_grid;
|
// these really should be const but are not because the column needs to be
|
||||||
const int m_col;
|
// assignable to be used in a wxVector (in STL build, in non-STL build we
|
||||||
|
// avoid the need for this)
|
||||||
|
wxGrid *m_grid;
|
||||||
|
int m_col;
|
||||||
};
|
};
|
||||||
|
|
||||||
// header control retreiving column information from the grid
|
// header control retreiving column information from the grid
|
||||||
|
Reference in New Issue
Block a user