*: add explicit

This commit is contained in:
Max Kellermann
2020-02-01 13:59:55 +01:00
parent 72ec641f0d
commit bc6eca2115
31 changed files with 32 additions and 32 deletions

View File

@@ -67,7 +67,7 @@ class RecorderOutput final : AudioOutput {
*/
FileOutputStream *file;
RecorderOutput(const ConfigBlock &block);
explicit RecorderOutput(const ConfigBlock &block);
public:
static AudioOutput *Create(EventLoop &, const ConfigBlock &block) {