mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Fix initialization of Digital Radar Data moment block
This commit is contained in:
parent
835e8d8f0d
commit
524d5e4fac
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue