From Lionel Lagarde, fixed typo bug

This commit is contained in:
Robert Osfield
2013-01-23 15:54:20 +00:00
parent 6f7570d4ac
commit 233a0a1782

View File

@@ -620,7 +620,7 @@ void IncrementalCompileOperation::remove(CompileSet* compileSet)
{
if (*itr == compileSet)
{
_toCompile.erase(itr);
_compiled.erase(itr);
return;
}
}