summaryrefslogtreecommitdiff
path: root/src/tilearea_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tilearea_type.h')
-rw-r--r--src/tilearea_type.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tilearea_type.h b/src/tilearea_type.h
index 01cffefae..44a2ba3c2 100644
--- a/src/tilearea_type.h
+++ b/src/tilearea_type.h
@@ -72,6 +72,11 @@ protected:
TileIterator(TileIndex tile) : tile(tile)
{
}
+
+ /** Some compilers really like this. */
+ virtual ~TileIterator()
+ {
+ }
public:
/**
* Get the tile we are currently at.