fix: Crash when closing providers

This commit is contained in:
WerWolv
2024-06-16 14:48:31 +02:00
parent b3b79b3ee8
commit bee4b906fb
3 changed files with 3 additions and 3 deletions

View File

@@ -277,7 +277,7 @@ namespace hex {
s_closingProviders.clear();
}
const std::set<prv::Provider*>& getClosingProviders() {
std::set<prv::Provider*> getClosingProviders() {
return s_closingProviders;
}