mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-04 13:23:46 +00:00
(svn r18422) -Fix (r18404): MSVC complaining about struct vs class
This commit is contained in:
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…
Reference in New Issue
Block a user