From 600ab40bcab24d3c1c8d98d3fefefa6026f03382 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 7 May 2008 14:31:45 +0000 Subject: Changed all delete [] usages to delete[]. svn-id: r31927 --- backends/platform/symbian/src/SymbianOS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform') diff --git a/backends/platform/symbian/src/SymbianOS.cpp b/backends/platform/symbian/src/SymbianOS.cpp index 3e34025eab..dd34f8bf8f 100644 --- a/backends/platform/symbian/src/SymbianOS.cpp +++ b/backends/platform/symbian/src/SymbianOS.cpp @@ -142,7 +142,7 @@ void OSystem_SDL_Symbian::initBackend() { } OSystem_SDL_Symbian::~OSystem_SDL_Symbian() { - delete []_stereo_mix_buffer; + delete[]_stereo_mix_buffer; } int OSystem_SDL_Symbian::getDefaultGraphicsMode() const { -- cgit v1.2.3