Use explicitly defaulted destructor for MVEFILE

This commit is contained in:
Kp 2023-04-23 21:45:31 +00:00
parent d9f2d6d08c
commit cd604744da

View file

@ -271,9 +271,7 @@ MVEFILE::MVEFILE(MVEFILE::stream_type *const stream) :
/*
* free an MVE file
*/
MVEFILE::~MVEFILE()
{
}
MVEFILE::~MVEFILE() = default;
namespace {