File diff r16752:5542d9a39cb2 → r16753:968f0105cfca
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.