Commit 66fbc203 authored by Kenton Varda's avatar Kenton Varda

Fix old GCC: Declaring any constructor blocks use of brace initializer list.

parent 960fd320
......@@ -1806,6 +1806,8 @@ private:
KJ_DISALLOW_COPY(OutputDirective);
OutputDirective(OutputDirective&&) = default;
OutputDirective(kj::ArrayPtr<const char> name, kj::Maybe<kj::Path> dir)
: name(name), dir(kj::mv(dir)) {}
};
kj::Vector<OutputDirective> outputs;
......
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