Commit ff59b079 authored by gabime's avatar gabime

Update tcp_sink.h

parent 1b6d4fd2
......@@ -31,7 +31,7 @@ public:
sock_ = connect_to(host, port);
}
~tcp_sink()
~tcp_sink() override
{
if (sock_ != -1)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment