1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-11 04:52:21 +02:00

Deprecated DeleteAndClearItems

This commit is contained in:
Brian Fiete 2021-01-02 09:08:25 -08:00
parent bd57172996
commit 1be37e6f24
8 changed files with 17 additions and 7 deletions

View file

@ -6390,7 +6390,7 @@ namespace IDE.ui
}
else
{
DeleteAndClearItems!(mErrorList);
ClearAndDeleteItems(mErrorList);
}
int32 errorCount = processingPassInstance.GetErrorCount();