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