Changeset - r16753:968f0105cfca
[Not reviewed]
master
0 1 0
rubidium - 13 years ago 2010-12-13 12:52:43
rubidium@openttd.org
(svn r21496) -Fix (r21494): ofcourse older GCCs (< 4.3) have something to complain about
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/tilearea_type.h
Show inline comments
 
@@ -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.
0 comments (0 inline, 0 general)