aboutsummaryrefslogtreecommitdiff
path: root/common/map.h
diff options
context:
space:
mode:
authorJonathan Gray2003-08-21 13:39:21 +0000
committerJonathan Gray2003-08-21 13:39:21 +0000
commitce42f4d3dd461ced69470ea70e4f840c8abfb246 (patch)
tree2cb607f30318011bcd8c5f52e20f04d88400d1b4 /common/map.h
parent255c7ae5ff8c8f526de349246cdaf73506a85e81 (diff)
downloadscummvm-rg350-ce42f4d3dd461ced69470ea70e4f840c8abfb246.tar.gz
scummvm-rg350-ce42f4d3dd461ced69470ea70e4f840c8abfb246.tar.bz2
scummvm-rg350-ce42f4d3dd461ced69470ea70e4f840c8abfb246.zip
patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local bits in my tree
svn-id: r9807
Diffstat (limited to 'common/map.h')
-rw-r--r--common/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/map.h b/common/map.h
index 8098afa1bd..e4b3099573 100644
--- a/common/map.h
+++ b/common/map.h
@@ -237,6 +237,6 @@ class String;
typedef Map<String, String> StringMap;
-}; // End of namespace ScummVM
+} // End of namespace ScummVM
#endif