summaryrefslogtreecommitdiff
path: root/src/train_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/train_gui.cpp')
-rw-r--r--src/train_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/train_gui.cpp b/src/train_gui.cpp
index a12bca0dd..1fde0e98f 100644
--- a/src/train_gui.cpp
+++ b/src/train_gui.cpp
@@ -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;
}