Fixed issue #759

This commit is contained in:
gabime
2018-07-23 00:13:24 +03:00
parent 9d497d5afd
commit fe73255452
2 changed files with 4 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ protected:
}
size_t msg_counter_{0};
size_t flush_counter_{0};
std::chrono::milliseconds delay_{0};
std::chrono::milliseconds delay_{std::chrono::milliseconds::zero()};
};
using test_sink_mt = test_sink<std::mutex>;