Changed all delete [] usages to delete[].
svn-id: r31927
This commit is contained in:
parent
f65e9a17c3
commit
600ab40bca
25 changed files with 70 additions and 70 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue