diff options
Diffstat (limited to 'net/base/network_interfaces.cc')
-rw-r--r-- | net/base/network_interfaces.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/base/network_interfaces.cc b/net/base/network_interfaces.cc index 6792fca..96a9ef4 100644 --- a/net/base/network_interfaces.cc +++ b/net/base/network_interfaces.cc @@ -37,6 +37,8 @@ NetworkInterface::NetworkInterface(const std::string& name, ip_address_attributes(ip_address_attributes) { } +NetworkInterface::NetworkInterface(const NetworkInterface& other) = default; + NetworkInterface::~NetworkInterface() { } |