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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/order_backup.h b/src/order_backup.h
index 583d4a853..6679e55d2 100644
--- a/src/order_backup.h
+++ b/src/order_backup.h
@@ -67,6 +67,7 @@ public:
static void ClearGroup(GroupID group);
static void ClearVehicle(const Vehicle *v);
+ static void RemoveOrder(OrderType type, DestinationID destination);
};
/**