From 311e9165ed3b9442049e9e5e6b25c31d024f04ac Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 7 May 2008 15:09:10 +0000 Subject: Proper delete[] formatting (this time all occurences should've been changed...) svn-id: r31929 --- graphics/cursorman.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/cursorman.h') diff --git a/graphics/cursorman.h b/graphics/cursorman.h index c15c65cb94..151038e118 100644 --- a/graphics/cursorman.h +++ b/graphics/cursorman.h @@ -152,7 +152,7 @@ private: } ~Cursor() { - delete [] _data; + delete[] _data; } }; @@ -180,7 +180,7 @@ private: } ~Palette() { - delete [] _data; + delete[] _data; } }; -- cgit v1.2.3