From c9a018f495aa7d4a0c520554f3208aa8dc37a7db Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 8 Apr 2022 19:43:29 +0100 Subject: Mark constructor explicit --- netfs/lib/entCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netfs/lib/entCache.h b/netfs/lib/entCache.h index 7c8567a..d11e64f 100644 --- a/netfs/lib/entCache.h +++ b/netfs/lib/entCache.h @@ -44,7 +44,7 @@ class UserEntCache : public EntCache { class GroupEntCache : public EntCache { public: - GroupEntCache(EntryResolverPtr); + explicit GroupEntCache(EntryResolverPtr); private: void fillCache() const noexcept override; -- cgit v1.2.3