fix for VC6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -170,7 +170,7 @@ public:
|
||||
*(i - count) = *i;
|
||||
|
||||
// erase items behind the new end of m_values:
|
||||
for ( iterator i = end() - count; i < end(); ++i )
|
||||
for ( /* iterator */ i = end() - count; i < end(); ++i )
|
||||
*i = value_type();
|
||||
|
||||
m_size -= count;
|
||||
|
Reference in New Issue
Block a user