Change == on StructSchema to return cbool

This commit is contained in:
Jason Paryani
2013-09-03 11:54:58 -07:00
parent 1e88e18828
commit 74e27f940f
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ cdef extern from "capnp/schema.h" namespace " ::capnp":
Field getFieldByName(char * name)
int operator == (StructSchema)
cbool operator == (StructSchema)
cdef cppclass EnumSchema:
cppclass Enumerant: