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

@@ -293,7 +293,7 @@ namespace hex {
namespace impl {
void resetClosingProvider();
const std::set<prv::Provider*>& getClosingProviders();
std::set<prv::Provider*> getClosingProviders();
}