diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tilearea_type.h | 5 |
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. |