diff options
-rw-r--r-- | src/cargopacket.h | 2 |
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(); |