SongUpdate: add "noexcept"

This commit is contained in:
Max Kellermann
2018-01-21 11:40:42 +01:00
parent 1e9da09f62
commit 1e3f0650df
4 changed files with 14 additions and 13 deletions

View File

@@ -121,7 +121,7 @@ DatabaseDetachSong(gcc_unused const Database &db,
}
bool
DetachedSong::LoadFile(Path path)
DetachedSong::LoadFile(Path path) noexcept
{
if (path.ToUTF8() == uri1) {
SetTag(MakeTag1a());