diff options
-rw-r--r-- | test/testdb-postgresql.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |