diff --git a/src/cargopacket.h b/src/cargopacket.h index 692cbb91b3..13970e18e9 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();