diff options
| -rw-r--r-- | netfs/lib/entCache.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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<User> {  class GroupEntCache : public EntCache<Group> {  public: -	GroupEntCache(EntryResolverPtr<User>); +	explicit GroupEntCache(EntryResolverPtr<User>);  private:  	void fillCache() const noexcept override; | 
