diff options
Diffstat (limited to 'src/playlist/PlaylistPlugin.hxx')
-rw-r--r-- | src/playlist/PlaylistPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/PlaylistPlugin.hxx b/src/playlist/PlaylistPlugin.hxx index adbf4b35d..ccc336a69 100644 --- a/src/playlist/PlaylistPlugin.hxx +++ b/src/playlist/PlaylistPlugin.hxx @@ -44,7 +44,7 @@ struct playlist_plugin { * Deinitialize a plugin which was initialized successfully. * Optional method. */ - void (*finish)(void); + void (*finish)(); /** * Opens the playlist on the specified URI. This URI has |