aboutsummaryrefslogtreecommitdiff
path: root/mysql/native
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
commit4a250a49537bf223b3665c0f5a017944531b3dfe (patch)
tree032830fddd78c35f4501cdb3e98f28af544f9be0 /mysql/native
parent4067bb225c7238d54b5a09ab4d3d23f60aef8a05 (diff)
Add odb::core namespace to be used in using-directives
Port all the examples and tests.
Diffstat (limited to 'mysql/native')
-rw-r--r--mysql/native/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/native/driver.cxx b/mysql/native/driver.cxx
index 1141860..8854566 100644
--- a/mysql/native/driver.cxx
+++ b/mysql/native/driver.cxx
@@ -16,7 +16,7 @@
#include <common/common.hxx>
using namespace std;
-using namespace odb;
+using namespace odb::core;
int
main (int argc, char* argv[])