Commit 04c1e59b authored by Dominik Charousset's avatar Dominik Charousset

Merge branch 'hotfix/cli-arg-parsing'

parents 585cd8b5 0d023410
......@@ -341,8 +341,8 @@ message::cli_arg::cli_arg(std::string nstr, std::string tstr)
}
message::cli_arg::cli_arg(std::string nstr, std::string tstr, consumer f)
: name(std::move(name)),
text(std::move(text)),
: name(std::move(nstr)),
text(std::move(tstr)),
fun(std::move(f)) {
// nop
}
......
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