db/Interface: pass std::string_view to GetSong()
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
void Open() override;
|
||||
void Close() noexcept override;
|
||||
|
||||
const LightSong *GetSong(const char *uri_utf8) const override;
|
||||
const LightSong *GetSong(std::string_view uri_utf8) const override;
|
||||
void ReturnSong(const LightSong *song) const noexcept override;
|
||||
|
||||
void Visit(const DatabaseSelection &selection,
|
||||
|
||||
Reference in New Issue
Block a user