mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
umk: Fixed to compile
git-svn-id: svn://ultimatepp.org/upp/trunk@12263 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
aa84d4bb9d
commit
d246784c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ void Ide::EndBuilding(bool ok)
|
|||
console.EndGroup();
|
||||
console.Wait();
|
||||
Vector<String> errors = console.PickErrors();
|
||||
CreateHost(false)->DeleteFile(errors);
|
||||
CreateHost(false, false)->DeleteFile(errors);
|
||||
if(!errors.IsEmpty())
|
||||
ok = false;
|
||||
PutConsole("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue