summaryrefslogtreecommitdiff
path: root/src/order_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/order_base.h')
-rw-r--r--src/order_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/order_base.h b/src/order_base.h
index 347adbcee..ba4959c0f 100644
--- a/src/order_base.h
+++ b/src/order_base.h
@@ -281,6 +281,8 @@ public:
void Initialize(Order *chain, Vehicle *v);
+ void RecalculateTimetableDuration();
+
/**
* Get the first order of the order chain.
* @return the first order of the chain.