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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
rubidium 14 years ago
parent 7ecb00547b
commit 2e9108afe9

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