Skip to content

Commit

Permalink
playlist/Plugin: add noexcept
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed May 15, 2024
1 parent eceead6 commit c974fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playlist/PlaylistPlugin.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct PlaylistPlugin {
* Deinitialize a plugin which was initialized successfully.
* Optional method.
*/
void (*finish)() = nullptr;
void (*finish)() noexcept = nullptr;

/**
* Opens the playlist on the specified URI. This URI has
Expand Down

0 comments on commit c974fc6

Please sign in to comment.