Fix Void namespace change
This commit is contained in:
@@ -9,7 +9,7 @@ ctypedef unsigned int uint
|
||||
|
||||
cdef extern from "capnp/common.h" namespace " ::capnp":
|
||||
enum Void:
|
||||
VOID " ::capnp::Void::VOID"
|
||||
VOID " ::capnp::VOID"
|
||||
|
||||
cdef extern from "kj/string.h" namespace " ::kj":
|
||||
cdef cppclass StringPtr:
|
||||
|
||||
Reference in New Issue
Block a user