summaryrefslogtreecommitdiff
path: root/odb/mysql/query.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/query.hxx
parenta243907cfe4f39f9b74eea88a41bf535a42158ce (diff)
Move buffer to the details namespace
Diffstat (limited to 'odb/mysql/query.hxx')
-rw-r--r--odb/mysql/query.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/odb/mysql/query.hxx b/odb/mysql/query.hxx
index fe53bd5..dd7e0cb 100644
--- a/odb/mysql/query.hxx
+++ b/odb/mysql/query.hxx
@@ -19,6 +19,8 @@
#include <odb/mysql/forward.hxx>
#include <odb/mysql/traits.hxx>
+#include <odb/details/buffer.hxx>
+
namespace odb
{
namespace mysql
@@ -1524,7 +1526,7 @@ namespace odb
}
private:
- buffer buffer_;
+ details::buffer buffer_;
unsigned long size_;
};
@@ -1562,7 +1564,7 @@ namespace odb
}
private:
- buffer buffer_;
+ details::buffer buffer_;
unsigned long size_;
};
}