fix: Test Provider still using old open function signature

(cherry picked from commit fdee0ac3e3)
This commit is contained in:
WerWolv
2025-12-17 16:56:55 +01:00
parent b2f062cf10
commit 96587415f6

View File

@@ -49,7 +49,7 @@ namespace hex::test {
[[nodiscard]] UnlocalizedString getTypeName() const override { return "hex.test.provider.test"; }
bool open() override { return true; }
OpenResult open() override { return {}; }
void close() override { }
nlohmann::json storeSettings(nlohmann::json) const override { return {}; }