fix: Test Provider still using old open function signature

This commit is contained in:
WerWolv
2025-12-17 16:56:55 +01:00
parent d775b80a44
commit fdee0ac3e3

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 {}; }