Commit 4046105b authored by Dominik Charousset's avatar Dominik Charousset

Make ctor of continue_helper explicit

parent d41b9549
......@@ -28,7 +28,7 @@ namespace caf {
/// when dealing with synchronous sends.
class continue_helper {
public:
continue_helper(message_id mid);
explicit continue_helper(message_id mid);
/// Returns the ID of the expected response message.
message_id get_message_id() const {
......
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