Commit 38456118 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update null_sink.h

parent 0a3a3f0e
...@@ -27,7 +27,7 @@ protected: ...@@ -27,7 +27,7 @@ protected:
}; };
typedef null_sink<details::null_mutex> null_sink_st; typedef null_sink<details::null_mutex> null_sink_st;
typedef null_sink<std::mutex> null_sink_mt; typedef null_sink<details::null_mutex> null_sink_mt;
} }
} }
......
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