Commit 18e9821c authored by Dominik Charousset's avatar Dominik Charousset

Make hook ctor explicit

parent 9aa81913
...@@ -44,7 +44,7 @@ using hook_uptr = std::unique_ptr<hook>; ...@@ -44,7 +44,7 @@ using hook_uptr = std::unique_ptr<hook>;
/// Interface to define hooks into the IO layer. /// Interface to define hooks into the IO layer.
class hook { class hook {
public: public:
hook(actor_system& sys); explicit hook(actor_system& sys);
virtual ~hook(); virtual ~hook();
......
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