Fix an obvious mistake.

This commit is contained in:
Jonathan Naylor 2019-02-06 11:58:07 +00:00
parent 458dfff3c4
commit 172ec1fe19

View file

@ -65,8 +65,8 @@ void CRemoveTA::processHeader(CDMRData& data, unsigned char dataType)
{
CDMRLC lc;
lc.setFLCO(data.getFLCO());
lc.setSrcId(data.getSrcId);
lc.setDstId(data.getDstId);
lc.setSrcId(data.getSrcId());
lc.setDstId(data.getDstId());
m_embeddedLC.setLC(lc);
}