diff options
Diffstat (limited to 'mysql/template/driver.cxx')
-rw-r--r-- | mysql/template/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/template/driver.cxx b/mysql/template/driver.cxx index d7fecdf..a305739 100644 --- a/mysql/template/driver.cxx +++ b/mysql/template/driver.cxx @@ -19,7 +19,7 @@ #include "test-odb.hxx" using namespace std; -using namespace odb; +using namespace odb::core; int main (int argc, char* argv[]) |