aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/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
commitc4d059b6346398e936dbc8c84d35c90aa4ec4253 (patch)
tree8853f330b772bb720b55ad51dda0b71f3dcf5319 /odb/sqlite/forward.hxx
parent177658c41d9949f7f327a714210835967a2e9d3e (diff)
Pass id binding instead of id image in container traits
This will allow us to reuse things more.
Diffstat (limited to 'odb/sqlite/forward.hxx')
-rw-r--r--odb/sqlite/forward.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/sqlite/forward.hxx b/odb/sqlite/forward.hxx
index 7688b9c..63c3be4 100644
--- a/odb/sqlite/forward.hxx
+++ b/odb/sqlite/forward.hxx
@@ -22,6 +22,7 @@ namespace odb
// Implementation details.
//
+ class binding;
class select_statement;
template <typename T>