summaryrefslogtreecommitdiff
path: root/test/testdb-postgresql.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdb-postgresql.h')
-rw-r--r--test/testdb-postgresql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testdb-postgresql.h b/test/testdb-postgresql.h
index fc73d2a..c1cd14a 100644
--- a/test/testdb-postgresql.h
+++ b/test/testdb-postgresql.h
@@ -8,6 +8,7 @@ namespace MyGrate {
class PqConnDB : public Output::Pq::PqConn {
public:
PqConnDB();
+ PqConnDB(const std::string & schemaFile);
~PqConnDB();
Output::Pq::PqConn mock() const;