blueloveTH пре 3 година
родитељ
комит
eb6d3ed2ae
1 измењених фајлова са 1 додато и 1 уклоњено
  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{
 struct C99ReflType final: ReflType{
-    PY_CLASS(C99ReflType, c, "_refl")
+    PY_CLASS(C99ReflType, c, _refl)
 
 
     C99ReflType(const ReflType& type){
     C99ReflType(const ReflType& type){
         this->name = type.name;
         this->name = type.name;