Changeset - r13882:089a1a33ee99
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-12-07 10:44:58
rubidium@openttd.org
(svn r18422) -Fix (r18404): MSVC complaining about struct vs class
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/roadstop_base.h
Show inline comments
 
@@ -36,7 +36,7 @@ struct RoadStop : RoadStopPool::PoolItem
 
		int occupied;    ///< The amount of occupied stop in tile 'units'
 

	
 
	public:
 
		friend class RoadStop; ///< Oh yeah, the road stop may play with me.
 
		friend struct RoadStop; ///< Oh yeah, the road stop may play with me.
 

	
 
		/** Create an entry */
 
		Entry() : length(0), occupied(0) {}
0 comments (0 inline, 0 general)