mirror of
https://github.com/gabime/spdlog.git
synced 2025-05-05 22:13:52 +00:00
Update tcp_sink.h
This commit is contained in:
parent
1b6d4fd277
commit
ff59b07986
@ -31,7 +31,7 @@ public:
|
||||
sock_ = connect_to(host, port);
|
||||
}
|
||||
|
||||
~tcp_sink()
|
||||
~tcp_sink() override
|
||||
{
|
||||
if (sock_ != -1)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user