aboutsummaryrefslogtreecommitdiff
path: root/platform/api/udp_socket.cc
diff options
context:
space:
mode:
Diffstat (limited to 'platform/api/udp_socket.cc')
-rw-r--r--platform/api/udp_socket.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/api/udp_socket.cc b/platform/api/udp_socket.cc
index 47eba8bd..d895cf04 100644
--- a/platform/api/udp_socket.cc
+++ b/platform/api/udp_socket.cc
@@ -9,4 +9,6 @@ namespace openscreen {
UdpSocket::UdpSocket() = default;
UdpSocket::~UdpSocket() = default;
+UdpSocket::Client::~Client() = default;
+
} // namespace openscreen