Fix Void namespace change

This commit is contained in:
Jason Paryani
2013-08-22 17:48:02 -07:00
parent 948f74d804
commit 59279ee311

View File

@@ -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: