playlist/Plugin: add noexcept

This commit is contained in:
Max Kellermann 2024-05-15 20:02:04 +02:00
parent eceead671e
commit c974fc664c

View File

@ -30,7 +30,7 @@ struct PlaylistPlugin {
* Deinitialize a plugin which was initialized successfully. * Deinitialize a plugin which was initialized successfully.
* Optional method. * Optional method.
*/ */
void (*finish)() = nullptr; void (*finish)() noexcept = nullptr;
/** /**
* Opens the playlist on the specified URI. This URI has * Opens the playlist on the specified URI. This URI has