Change == on StructSchema to return cbool
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user