aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-25 09:46:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-25 09:46:59 +0200
commit7998e33d631f969052503f18d435f3a52d1a1da4 (patch)
tree83bc54735c9f26a13a12798c2f57959253395973 /odb/mysql/forward.hxx
parent678d63d23829ac1ccf2dcab2f6c0f352a320d7b4 (diff)
Pass id binding instead of id image in container traits
This will allow us to reuse things more.
Diffstat (limited to 'odb/mysql/forward.hxx')
-rw-r--r--odb/mysql/forward.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/mysql/forward.hxx b/odb/mysql/forward.hxx
index a9809a4..75aeff0 100644
--- a/odb/mysql/forward.hxx
+++ b/odb/mysql/forward.hxx
@@ -20,6 +20,7 @@ namespace odb
// Implementation details.
//
+ class binding;
class select_statement;
template <typename T>