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

@@ -40,7 +40,7 @@ class UPnPDeviceParser final : public CommonExpatParser {
UPnPService m_tservice;
public:
UPnPDeviceParser(UPnPDevice& device)
explicit UPnPDeviceParser(UPnPDevice& device)
:m_device(device),
value(nullptr) {}