Commit 6bdf660c authored by Dominik Charousset's avatar Dominik Charousset

Fix compiler error caused by function hiding

parent b05a4b7b
......@@ -212,6 +212,8 @@ public:
return i->second.ptr;
}
using downstream_manager::close;
void close() override {
CAF_LOG_TRACE(CAF_ARG(paths_));
for (auto ptr : ptrs_)
......
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