Changed all delete [] usages to delete[].

svn-id: r31927
This commit is contained in:
Johannes Schickel 2008-05-07 14:31:45 +00:00
parent f65e9a17c3
commit 600ab40bca
25 changed files with 70 additions and 70 deletions

View file

@ -692,8 +692,8 @@ void HelpDialog::displayKeyBindings() {
_dsc[i]->setLabel(dscStr[i]);
}
delete [] keyStr;
delete [] dscStr;
delete[] keyStr;
delete[] dscStr;
}
void HelpDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 data) {