diff options
Diffstat (limited to 'hello/driver.cxx')
-rw-r--r-- | hello/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hello/driver.cxx b/hello/driver.cxx index 61c3797..16b1b75 100644 --- a/hello/driver.cxx +++ b/hello/driver.cxx @@ -14,7 +14,7 @@ #include "person-odb.hxx" using namespace std; -using namespace odb; +using namespace odb::core; int main (int argc, char* argv[]) |