diff --git a/src/order_backup.h b/src/order_backup.h index 8616c564ee..45f0ddcea3 100644 --- a/src/order_backup.h +++ b/src/order_backup.h @@ -18,11 +18,11 @@ #include "saveload/saveload.h" /** Unique identifier for an order backup. */ -typedef uint8_t OrderBackupID; +using OrderBackupID = PoolID; struct OrderBackup; /** The pool type for order backups. */ -typedef Pool OrderBackupPool; +using OrderBackupPool = Pool; /** The pool with order backups. */ extern OrderBackupPool _order_backup_pool;