Fix initialization of Digital Radar Data moment block

This commit is contained in:
Dan Paulat 2024-01-23 00:23:19 -06:00
parent 835e8d8f0d
commit 524d5e4fac

View file

@ -297,7 +297,8 @@ DigitalRadarData::moment_data_block(DataBlockType type) const
}
DigitalRadarData::Impl::MomentDataBlock::MomentDataBlock(
const DigitalRadarData* self, DataBlockType type)
const DigitalRadarData* self, DataBlockType type) :
p(std::make_unique<Impl>())
{
switch (type)
{