From 15d35bb1190ce331ac4808fd38f334b724286800 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 5 Jul 2021 19:34:57 +0100 Subject: Explicit PqConnDB test class constructor --- test/testdb-postgresql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/testdb-postgresql.h b/test/testdb-postgresql.h index c1cd14a..37b2139 100644 --- a/test/testdb-postgresql.h +++ b/test/testdb-postgresql.h @@ -8,7 +8,7 @@ namespace MyGrate { class PqConnDB : public Output::Pq::PqConn { public: PqConnDB(); - PqConnDB(const std::string & schemaFile); + explicit PqConnDB(const std::string & schemaFile); ~PqConnDB(); Output::Pq::PqConn mock() const; -- cgit v1.2.3