diff --git a/src/clj/coffi/mem.clj b/src/clj/coffi/mem.clj index 7b91ccc..f41f93b 100644 --- a/src/clj/coffi/mem.clj +++ b/src/clj/coffi/mem.clj @@ -2200,7 +2200,7 @@ ~(invoke2) (~'asMap [~'this] ~'this) - (~'asVec [~'this] (VecWrap. ~'this))) + (~'asVec [~'this] (VecWrap. ~'this)))))) (defmacro defstruct "Defines a struct type. all members need to be supplied in pairs of `coffi-type member-name`.