playlist/Mapper: use Storage::OpenFile()

This commit is contained in:
Max Kellermann
2024-05-15 14:59:28 +02:00
parent 6dfdd8c1c2
commit 131dcce0a1
9 changed files with 19 additions and 15 deletions

View File

@@ -123,7 +123,7 @@ public:
return reinterpret_cast<const Database *>(this);
}
const Storage *GetStorage() const noexcept override {
Storage *GetStorage() const noexcept override {
return ::storage;
}
#endif // ENABLE_DATABASE