aboutsummaryrefslogtreecommitdiff
path: root/cast/receiver/channel/receiver_socket_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/receiver/channel/receiver_socket_factory.cc')
-rw-r--r--cast/receiver/channel/receiver_socket_factory.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cast/receiver/channel/receiver_socket_factory.cc b/cast/receiver/channel/receiver_socket_factory.cc
index e5ba479c..5645bbda 100644
--- a/cast/receiver/channel/receiver_socket_factory.cc
+++ b/cast/receiver/channel/receiver_socket_factory.cc
@@ -9,6 +9,8 @@
namespace openscreen {
namespace cast {
+ReceiverSocketFactory::Client::~Client() = default;
+
ReceiverSocketFactory::ReceiverSocketFactory(Client* client,
CastSocket::Client* socket_client)
: client_(client), socket_client_(socket_client) {