diff --git a/src/clj/coffi/ffi.clj b/src/clj/coffi/ffi.clj index e720519..371aeef 100644 --- a/src/clj/coffi/ffi.clj +++ b/src/clj/coffi/ffi.clj @@ -594,7 +594,7 @@ (deftype StaticVariable [seg type meta] IDeref (deref [_] - (mem/deserialize seg type)) + (mem/deserialize-from seg type)) IObj (withMeta [_ meta-map]