Fix bugs and refactor

This commit is contained in:
Данил
2025-04-11 20:54:19 +07:00
parent 70ab7f2370
commit 2389b605fc
2 changed files with 10 additions and 9 deletions
+6
View File
@@ -51,6 +51,12 @@ bool IRTTI::FastContainer::find(const Classes& Type) const
return false;
}
IRTTI::FastContainer::~FastContainer()
{
_size = 0;
delete[] array;
}
void IRTTI::SetType(const Classes Type)
{
this->type = Type;