SongLoader: add noexcept

This commit is contained in:
Max Kellermann
2023-11-25 22:56:49 +01:00
parent eb675ad1b1
commit f757dfdc4f
2 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
#ifdef ENABLE_DATABASE
SongLoader::SongLoader(const Client &_client)
SongLoader::SongLoader(const Client &_client) noexcept
:client(&_client), db(_client.GetDatabase()),
storage(_client.GetStorage()) {}