Fix argument name to new DMR info modem call.

This commit is contained in:
Jonathan Naylor
2018-11-01 16:28:15 +00:00
parent bf24985b6c
commit 2caa2e9a67

View File

@@ -394,7 +394,7 @@ void COLED::writeDMRInt(unsigned int slotNo,const std::string& src,bool group,co
m_display.display();
if (m_modem != NULL)
m_modem->writeDMRInfo(slotNo, src, group, dest, type);
m_modem->writeDMRInfo(slotNo, src, group, dst, type);
}
void COLED::clearDMRInt(unsigned int slotNo)