blueloveTH 2 năm trước cách đây
mục cha
commit
eb6d3ed2ae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;