(svn r21496) -Fix (r21494): ofcourse older GCCs (< 4.3) have something to complain about

pull/155/head
rubidium 14 years ago
parent 06348c7a02
commit 1f9ba6ee93

@ -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.

Loading…
Cancel
Save