Commit 3cf513bf authored by Kenton Varda's avatar Kenton Varda

Merge branch 'master' of github.com:kentonv/capnproto

parents c772a700 f4981dd9
......@@ -1881,7 +1881,7 @@ private:
genericResultType = resultType;
} else {
genericResultType = resultType;
genericResultType.addMemberTemplate(kj::str(titleCase, "Result"), nullptr);
genericResultType.addMemberTemplate(kj::str(titleCase, "Results"), nullptr);
resultType.addMemberTemplate(kj::str(titleCase, "Results"),
kj::heapArray(implicitParams.asPtr()));
}
......
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