diff options
Diffstat (limited to 'src/decoder/DecoderPlugin.hxx')
-rw-r--r-- | src/decoder/DecoderPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DecoderPlugin.hxx b/src/decoder/DecoderPlugin.hxx index 75cba6385..49e2facc9 100644 --- a/src/decoder/DecoderPlugin.hxx +++ b/src/decoder/DecoderPlugin.hxx @@ -50,7 +50,7 @@ struct DecoderPlugin { * Deinitialize a decoder plugin which was initialized * successfully. Optional method. */ - void (*finish)(void); + void (*finish)(); /** * Decode a stream (data read from an #InputStream object). |