blueloveTH vor 2 Jahren
Ursprung
Commit
eb6d3ed2ae
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/cffi.h

+ 1 - 1
src/cffi.h

@@ -267,7 +267,7 @@ inline static int c99_sizeof(VM* vm, const Str& type){
 }
 
 struct C99ReflType final: ReflType{
-    PY_CLASS(C99ReflType, c, "_refl")
+    PY_CLASS(C99ReflType, c, _refl)
 
     C99ReflType(const ReflType& type){
         this->name = type.name;