diff --git a/vvp/vvp_net.h b/vvp/vvp_net.h index a4a21afcf..6d3084749 100644 --- a/vvp/vvp_net.h +++ b/vvp/vvp_net.h @@ -474,7 +474,7 @@ class vvp_vector4array_t { public: vvp_vector4array_t(unsigned width, unsigned words); - ~vvp_vector4array_t(); + virtual ~vvp_vector4array_t(); unsigned width() const { return width_; } unsigned words() const { return words_; }