build on windows

This commit is contained in:
David Rose 2005-10-10 22:53:51 +00:00
parent 5eda2823ab
commit fb70c6177e

View File

@ -286,7 +286,7 @@ remove_hooks_with(void *data) {
if ((*cfi).second == data) { if ((*cfi).second == data) {
any_removed = true; any_removed = true;
} else { } else {
new_funcs.insert(*cfi, new_funcs.end()); new_funcs.insert(*cfi);
} }
} }
funcs.swap(new_funcs); funcs.swap(new_funcs);