summaryrefslogtreecommitdiff
path: root/src/order_backup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/order_backup.h')
-rw-r--r--src/order_backup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_backup.h b/src/order_backup.h
index 4fa42b326..15a9d0bc1 100644
--- a/src/order_backup.h
+++ b/src/order_backup.h
@@ -42,7 +42,7 @@ private:
uint32 user; ///< The user that requested the backup.
TileIndex tile; ///< Tile of the depot where the order was changed.
GroupID group; ///< The group the vehicle was part of.
- uint16 service_interval; ///< The service interval of the vehicle.
+ Date service_interval; ///< The service interval of the vehicle.
char *name; ///< The custom name of the vehicle.
const Vehicle *clone; ///< Vehicle this vehicle was a clone of.