fix another VC6 compilation error because of loop variable reuse
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -494,7 +494,7 @@ bool IfaceCheckApp::FixMethod(const wxString& header, const wxMethod* iface, con
|
||||
}
|
||||
|
||||
// remove the old prototype
|
||||
for (int i=start; i<=end; i++)
|
||||
for (int k=start; k<=end; k++)
|
||||
file.RemoveLine(start); // remove (end-start)-nth times the start-th line
|
||||
|
||||
#define INDENTATION_STR wxString(" ")
|
||||
|
Reference in New Issue
Block a user