Update vm.h

This commit is contained in:
blueloveTH 2024-05-03 21:08:20 +08:00
parent 99457e1797
commit 65a810f20c

View File

@ -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