mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 10:37:37 -07:00
Merge pull request #2467
2e82b232
epee: give virtual dtor to network_address_base (moneromooo-monero)
This commit is contained in:
commit
e93e0c2be3
@ -71,6 +71,9 @@ namespace net_utils
|
|||||||
}
|
}
|
||||||
uint64_t m_host_id;
|
uint64_t m_host_id;
|
||||||
uint64_t m_full_id;
|
uint64_t m_full_id;
|
||||||
|
|
||||||
|
protected:
|
||||||
|
virtual ~network_address_base() {}
|
||||||
};
|
};
|
||||||
struct ipv4_network_address: public network_address_base
|
struct ipv4_network_address: public network_address_base
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user