summaryrefslogtreecommitdiff
path: root/src/vehiclelist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vehiclelist.cpp')
-rw-r--r--src/vehiclelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehiclelist.cpp b/src/vehiclelist.cpp
index 93dec488d..7e42b25aa 100644
--- a/src/vehiclelist.cpp
+++ b/src/vehiclelist.cpp
@@ -20,7 +20,7 @@
* Pack a VehicleListIdentifier in a single uint32.
* @return The packed identifier.
*/
-uint32 VehicleListIdentifier::Pack()
+uint32 VehicleListIdentifier::Pack() const
{
byte c = this->company == OWNER_NONE ? 0xF : (byte)this->company;
assert(c < (1 << 4));