mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-16 17:15:05 +01:00
(svn r21496) -Fix (r21494): ofcourse older GCCs (< 4.3) have something to complain about
This commit is contained in:
parent
7ecb00547b
commit
2e9108afe9
@ -72,6 +72,11 @@ protected:
|
|||||||
TileIterator(TileIndex tile) : tile(tile)
|
TileIterator(TileIndex tile) : tile(tile)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Some compilers really like this. */
|
||||||
|
virtual ~TileIterator()
|
||||||
|
{
|
||||||
|
}
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* Get the tile we are currently at.
|
* Get the tile we are currently at.
|
||||||
|
Loading…
Reference in New Issue
Block a user