registry: suppress a false warning from clang

This commit is contained in:
Michele Caini
2022-03-25 15:12:25 +01:00
parent 985abaa12a
commit 4b6d3d47ec

View File

@@ -1080,7 +1080,7 @@ public:
curr.second->clear();
}
each([this](const auto entity) { release(entity); });
each([this](const auto entity) { this->release(entity); });
} else {
(assure<Component>().clear(), ...);
}