Commit a74bbe73 authored by gabime's avatar gabime

base_sink default ctor

parent 729ec216
...@@ -22,11 +22,7 @@ template<typename Mutex> ...@@ -22,11 +22,7 @@ template<typename Mutex>
class base_sink : public sink class base_sink : public sink
{ {
public: public:
base_sink() base_sink() = default;
: sink()
{
}
base_sink(const base_sink &) = delete; base_sink(const base_sink &) = delete;
base_sink &operator=(const base_sink &) = delete; base_sink &operator=(const base_sink &) = delete;
......
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