Merge pull request #2467

2e82b232 epee: give virtual dtor to network_address_base (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-10-02 23:14:03 +04:00
commit e93e0c2be3
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ namespace net_utils
}
uint64_t m_host_id;
uint64_t m_full_id;
protected:
virtual ~network_address_base() {}
};
struct ipv4_network_address: public network_address_base
{