aboutsummaryrefslogtreecommitdiff
path: root/mapping/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-18 10:42:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-18 10:42:41 +0200
commitd5fb4a771a99ab543d62ed15f0a0eeefab1762a8 (patch)
tree44f794987b1b4b3a366202396040e6beefa7bffb /mapping/driver.cxx
parent672d06ce03fe11beb9dd5791d3f5d2883fa44618 (diff)
Add odb::core namespace to be used in using-directives
Port all the examples and tests.
Diffstat (limited to 'mapping/driver.cxx')
-rw-r--r--mapping/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapping/driver.cxx b/mapping/driver.cxx
index dae2c94..80f825e 100644
--- a/mapping/driver.cxx
+++ b/mapping/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[])