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

@@ -66,7 +66,7 @@ class SmbclientNeighborExplorer final : public NeighborExplorer {
bool quit;
public:
SmbclientNeighborExplorer(NeighborListener &_listener) noexcept
explicit SmbclientNeighborExplorer(NeighborListener &_listener) noexcept
:NeighborExplorer(_listener),
thread(BIND_THIS_METHOD(ThreadFunc)) {}