aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/traits.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-18 18:26:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-18 18:26:50 +0200
commit35d912d70bc7073f173f22bb5948a00b3c4be3f8 (patch)
tree8bf4cb7885eb7c889d9d1de4d6cee067902b90be /odb/mysql/traits.hxx
parenta243907cfe4f39f9b74eea88a41bf535a42158ce (diff)
Move buffer to the details namespace
Diffstat (limited to 'odb/mysql/traits.hxx')
-rw-r--r--odb/mysql/traits.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/odb/mysql/traits.hxx b/odb/mysql/traits.hxx
index fd0b917..b415bd1 100644
--- a/odb/mysql/traits.hxx
+++ b/odb/mysql/traits.hxx
@@ -16,6 +16,8 @@
#include <odb/mysql/version.hxx>
+#include <odb/details/buffer.hxx>
+
namespace odb
{
namespace mysql
@@ -207,7 +209,7 @@ namespace odb
}
static void
- set_image (buffer& b,
+ set_image (details::buffer& b,
std::size_t& n,
bool& is_null,
const std::string& v)
@@ -253,7 +255,7 @@ namespace odb
}
static void
- set_image (buffer& b,
+ set_image (details::buffer& b,
std::size_t& n,
bool& is_null,
const char* v)