Skip to content

Commit 49eb920

Browse files
committed
Make ctor explicit, as @sim1984 suggested
1 parent cf1bf7d commit 49eb920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isql/isql.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ struct IsqlVar
314314
class IsqlWireStats
315315
{
316316
public:
317-
IsqlWireStats(Firebird::IAttachment* att) :
317+
explicit IsqlWireStats(Firebird::IAttachment* att) :
318318
m_att(att)
319319
{}
320320

0 commit comments

Comments
 (0)