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 59404d5be..c56bc0ecc 100644
--- a/src/order_backup.h
+++ b/src/order_backup.h
@@ -63,7 +63,7 @@ public:
static void ClearGroup(GroupID group);
static void ClearVehicle(const Vehicle *v);
- static void RemoveOrder(OrderType type, DestinationID destination);
+ static void RemoveOrder(OrderType type, DestinationID destination, bool hangar);
};
/**