Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -546,7 +546,7 @@ bool wxDataViewSortedListModel::ChildValueChanged( size_t col, size_t row )
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxDataViewSortedListModel::ChildRowsReordered( size_t *new_order )
|
bool wxDataViewSortedListModel::ChildRowsReordered( size_t *WXUNUSED(new_order) )
|
||||||
{
|
{
|
||||||
// Nothing needs to be done. If the sort criteria
|
// Nothing needs to be done. If the sort criteria
|
||||||
// of this list don't change, the order of the
|
// of this list don't change, the order of the
|
||||||
|
Reference in New Issue
Block a user