This commit is contained in:
vczh
2026-05-11 04:36:16 -07:00
parent 78c768fa99
commit 4763687d0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1322,7 +1322,7 @@ IMethodInfo
return 0;
}
IAttributeInfo* GetAttribute(vint index)
IAttributeInfo* GetAttribute(vint index) override
{
return nullptr;
}
+1 -1
View File
@@ -7501,7 +7501,7 @@ namespace vl
{
// Actual field types will be applied by calling BoxingProxy<TArgs>::operator FieldType() in the constructor
// During the conversion, the expected attribute argument type can be retrieved to construct IAttributeInfo
TAttribute{ BoxingProxy<TArgs>{info.Obj(), std::forward<TArgs>(args)}... };
(void)TAttribute{ BoxingProxy<TArgs>{info.Obj(), std::forward<TArgs>(args)}... };
}
return info;
}