aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/src
diff options
context:
space:
mode:
authorMax Horn2009-11-18 15:23:16 +0000
committerMax Horn2009-11-18 15:23:16 +0000
commita621435dc1ee0ba1ccca20da728c7b33422a1370 (patch)
treedba90a503dff4ba700c5504f99e0786bba22d632 /backends/platform/symbian/src
parent8aa4083bc9b41b49c582b1d342392c7e5d92dca8 (diff)
downloadscummvm-rg350-a621435dc1ee0ba1ccca20da728c7b33422a1370.tar.gz
scummvm-rg350-a621435dc1ee0ba1ccca20da728c7b33422a1370.tar.bz2
scummvm-rg350-a621435dc1ee0ba1ccca20da728c7b33422a1370.zip
cleanup
svn-id: r45976
Diffstat (limited to 'backends/platform/symbian/src')
-rw-r--r--backends/platform/symbian/src/SymbianOS.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/symbian/src/SymbianOS.h b/backends/platform/symbian/src/SymbianOS.h
index b873b503be..5c6b7c505c 100644
--- a/backends/platform/symbian/src/SymbianOS.h
+++ b/backends/platform/symbian/src/SymbianOS.h
@@ -136,12 +136,12 @@ protected:
int _mouseYZone[TOTAL_ZONES];
int _currentZone;
- typedef struct zoneDesc {
+ struct zoneDesc {
int x;
int y;
int width;
int height;
- } zoneDesc;
+ };
static zoneDesc _zones[TOTAL_ZONES];
RFs* _RFs;