diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-18 18:27:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-18 18:27:00 +0200 |
commit | a5e7a049052324e34cb7d163333f6e449065c5af (patch) | |
tree | 2e8fd57c5abf11cb906d6b0c2cc47e351a31c928 /common | |
parent | b41056d73ee0c2ba29649932625d620434350a9f (diff) |
Move buffer to the details namespace
Diffstat (limited to 'common')
-rw-r--r-- | common/query/traits.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/query/traits.hxx b/common/query/traits.hxx index 39d2ca4..dbef5ac 100644 --- a/common/query/traits.hxx +++ b/common/query/traits.hxx @@ -33,7 +33,7 @@ namespace odb } static void - set_image (odb::buffer& b, + set_image (details::buffer& b, std::size_t& n, bool& is_null, const std::auto_ptr<std::string>& v) |