aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/map.h
diff options
context:
space:
mode:
authorSven Hesse2006-06-10 14:37:48 +0000
committerSven Hesse2006-06-10 14:37:48 +0000
commit897fa6a5a64a3424ae4ea83b1c7cad77ac7e8200 (patch)
tree527cb68aa7f5c9cff8f7f01038c4ef2c100db883 /engines/gob/map.h
parentf5fdbcddfb54510ef9f44e4f57d68d84f9055757 (diff)
downloadscummvm-rg350-897fa6a5a64a3424ae4ea83b1c7cad77ac7e8200.tar.gz
scummvm-rg350-897fa6a5a64a3424ae4ea83b1c7cad77ac7e8200.tar.bz2
scummvm-rg350-897fa6a5a64a3424ae4ea83b1c7cad77ac7e8200.zip
More stub-filling + small clean-up
svn-id: r23012
Diffstat (limited to 'engines/gob/map.h')
-rw-r--r--engines/gob/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/map.h b/engines/gob/map.h
index 6be36b21ff..c550fe0add 100644
--- a/engines/gob/map.h
+++ b/engines/gob/map.h
@@ -152,7 +152,7 @@ public:
}
Map_v2(GobEngine *vm);
- virtual ~Map_v2() {};
+ virtual ~Map_v2();
};
} // End of namespace Gob