diff --git a/src/tilearea_type.h b/src/tilearea_type.h --- 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.