*: 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

@@ -139,7 +139,7 @@ class AlsaInputStream::SourceSpec {
DivideString components;
public:
SourceSpec(const char *_uri)
explicit SourceSpec(const char *_uri)
: uri(_uri)
, components(uri, '?')
{