(svn r18422) -Fix (r18404): MSVC complaining about struct vs class

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
rubidium 15 years ago
parent d6e73ea1ce
commit 0e17c23ddd

@ -36,7 +36,7 @@ struct RoadStop : RoadStopPool::PoolItem<&_roadstop_pool> {
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) {}

Loading…
Cancel
Save