diff --git a/mirror.h b/mirror.h index 5c07ede..a9ac4cd 100644 --- a/mirror.h +++ b/mirror.h @@ -115,7 +115,7 @@ Dictionary* T##_get_typeclasses(T* self) {\ .typeclass = (void*)T##_as_##TypeClass_(NULL).tc,\ .function = (void*)T##_as_##TypeClass_\ };\ - dictionary_set_raw(&typeclasses, #TypeClass_, &tc); + dictionary_set_raw(&typeclasses, #TypeClass_, &tc) #define END_REFLECT(T)\ }\