Commit 1823f1c9 authored by Dominik Charousset's avatar Dominik Charousset

initialize member variable in middleman impl

parent 5e9d12cf
......@@ -96,7 +96,7 @@ class middleman_impl {
public:
middleman_impl(std::unique_ptr<protocol>&& proto)
: m_handler(middleman_event_handler::create())
: m_done(false), m_handler(middleman_event_handler::create())
, m_protocol(std::move(proto)) { }
protocol* get_protocol() {
......
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