Fix build.
This commit is contained in:
parent
53f53c64fc
commit
cc9c5e227d
@ -610,7 +610,7 @@ skip_find:
|
|||||||
if (m_Address[0] != '\0' && m_AddressSignature[0] != '\0')
|
if (m_Address[0] != '\0' && m_AddressSignature[0] != '\0')
|
||||||
{
|
{
|
||||||
AddressConf addrConf(m_AddressSignature, sizeof(m_AddressSignature), m_AddressReadCount, m_AddressRead);
|
AddressConf addrConf(m_AddressSignature, sizeof(m_AddressSignature), m_AddressReadCount, m_AddressRead);
|
||||||
m_Addresses.replace(m_Address, addrConf);
|
m_pAddresses->replace(m_Address, addrConf);
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user