forked from lix-project/lix
fix: Declare constructor as default
This commit is contained in:
parent
8b68bbb777
commit
c82066cf73
|
@ -57,7 +57,7 @@ protected:
|
|||
std::function<void(std::vector<std::string>)> fun;
|
||||
size_t arity;
|
||||
|
||||
Handler() {}
|
||||
Handler() = default;
|
||||
|
||||
Handler(std::function<void(std::vector<std::string>)> && fun)
|
||||
: fun(std::move(fun))
|
||||
|
|
Loading…
Reference in a new issue