diff options
Diffstat (limited to 'pgsql/template')
-rw-r--r-- | pgsql/template/driver.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pgsql/template/driver.cxx b/pgsql/template/driver.cxx index 329c91c..9297ab0 100644 --- a/pgsql/template/driver.cxx +++ b/pgsql/template/driver.cxx @@ -18,14 +18,15 @@ #include "test-odb.hxx" using namespace std; -using namespace odb::core; +namespace pgsql = odb::pgsql; +using namespace pgsql; int main (int argc, char* argv[]) { try { - auto_ptr<database> db (create_database (argc, argv)); + auto_ptr<database> db (create_specific_database<database> (argc, argv)); // // |