mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
no warnings pls :-)
This commit is contained in:
parent
f09ad6e581
commit
a14610337a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace geode::modifier {
|
|||
return nullptr;
|
||||
}
|
||||
~FieldContainer() {
|
||||
for(auto i = 0; i < m_containedFields.size(); ++i) {
|
||||
for (auto i = 0u; i < m_containedFields.size(); ++i) {
|
||||
m_destructorFunctions[i]();
|
||||
operator delete(m_containedFields[i]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue