Browse Source

Update vm.h

blueloveTH 1 year ago
parent
commit
65a810f20c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/pocketpy/vm.h

+ 1 - 1
include/pocketpy/vm.h

@@ -48,7 +48,7 @@ struct PyTypeInfo{
     StrName name;
     bool subclass_enabled;
 
-    pod_vector<StrName> annotated_fields = {};
+    std::vector<StrName> annotated_fields = {};
 
     // cached special methods
     // unary operators