File diff r18781:e1de9a06f7cd → r18782:6453522c2154
src/train_gui.cpp
Show inline comments
 
@@ -166,7 +166,7 @@ struct CargoSummaryItem {
 
	StationID source; ///< One of the source stations
 

	
 
	/** Used by CargoSummary::Find() and similiar functions */
 
	FORCEINLINE bool operator != (const CargoSummaryItem &other) const
 
	inline bool operator != (const CargoSummaryItem &other) const
 
	{
 
		return this->cargo != other.cargo || this->subtype != other.subtype;
 
	}