summaryrefslogtreecommitdiff
path: root/src/order_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-11-12 18:06:34 +0000
committerrubidium <rubidium@openttd.org>2011-11-12 18:06:34 +0000
commitfb63543e2a9659d186f20c0558394b17b1615830 (patch)
tree71ef0580f22c269e82995ab864400a0e68579b57 /src/order_base.h
parent7fd1e1df81c3ed45e176f1bbf46d873b6cff316e (diff)
downloadopenttd-fb63543e2a9659d186f20c0558394b17b1615830.tar.xz
(svn r23199) -Fix [FS#4822]: oil rigs that "expired" did not get removed from the station list
Diffstat (limited to 'src/order_base.h')
-rw-r--r--src/order_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_base.h b/src/order_base.h
index 87d79d8a0..e2279da81 100644
--- a/src/order_base.h
+++ b/src/order_base.h
@@ -51,7 +51,7 @@ public:
uint16 travel_time; ///< How long in ticks the journey to this destination should take.
Order() : refit_cargo(CT_NO_REFIT) {}
- ~Order() {}
+ ~Order();
Order(uint32 packed);