Fix build problem with Cython v0.24

Fixes #97
This commit is contained in:
Jason Paryani
2016-05-27 13:52:46 -07:00
parent b45152dba2
commit 589400f53a
2 changed files with 7 additions and 2 deletions

View File

@@ -628,6 +628,11 @@ cdef extern from "capnp/schema.capnp.h" namespace " ::capnp::schema":
void setId(UInt64)
Value getValue()
void setValue(Value)
cdef cppclass ListNestedNodeReader"capnp::List<capnp::schema::Node::NestedNode>::Reader":
ListNestedNodeReader()
ListNestedNodeReader(ListNestedNodeReader)
Node.NestedNode.Reader operator[](uint)
uint size()
cdef extern from "capnp/message.h" namespace " ::capnp":
cdef cppclass ReaderOptions: