summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cargopacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cargopacket.h b/src/cargopacket.h
index 692cbb91b..13970e18e 100644
--- a/src/cargopacket.h
+++ b/src/cargopacket.h
@@ -222,7 +222,7 @@ protected:
public:
/** Create the cargo list */
- FORCEINLINE CargoList() { this->InvalidateCache(); }
+ CargoList() {}
/** And destroy it ("frees" all cargo packets) */
~CargoList();