Skip to content

Commit 9c8553f

Browse files
author
Andrey Kravchenko
committed
Add explicit to constructor SyncReplica class with a single non-default parameter
1 parent a464bbe commit 9c8553f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/replication/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace Replication
3535
{
3636
struct SyncReplica
3737
{
38-
SyncReplica(MemoryPool& p)
38+
explicit SyncReplica(MemoryPool& p)
3939
: database(p), username(p), password(p)
4040
{}
4141

0 commit comments

Comments
 (0)