diff options
Diffstat (limited to 'common/query')
-rw-r--r-- | common/query/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/query/driver.cxx b/common/query/driver.cxx index 78f0bd4..6bef996 100644 --- a/common/query/driver.cxx +++ b/common/query/driver.cxx @@ -19,7 +19,7 @@ #include "test-odb.hxx" using namespace std; -using namespace odb; +using namespace odb::core; void print (result<person>& r) |