summaryrefslogtreecommitdiff
path: root/common/tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/tile.h')
-rw-r--r--common/tile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/tile.h b/common/tile.h
index 14fe8c1..6f83632 100644
--- a/common/tile.h
+++ b/common/tile.h
@@ -57,6 +57,8 @@ class Tile {
Tile();
Tile(Type t, bool re = false, bool ro = false);
+ virtual ~Tile(){};
+
template<class Archive>
void serialize(Archive & ar, const unsigned int version) {
ar & type;