aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/query.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-25 16:52:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-25 16:52:35 +0200
commit92349548ad2c2381d66ea2fc501b5466fed9789c (patch)
tree86c8666797847674d881f634a4b82cfd55de8dd8 /odb/sqlite/query.hxx
parentacee0bb337fe1895a4d06166effccfbade095a1c (diff)
Use forward-declared query class in result interface
Diffstat (limited to 'odb/sqlite/query.hxx')
-rw-r--r--odb/sqlite/query.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/sqlite/query.hxx b/odb/sqlite/query.hxx
index f694b2e..edf9222 100644
--- a/odb/sqlite/query.hxx
+++ b/odb/sqlite/query.hxx
@@ -76,8 +76,9 @@ namespace odb
class query;
- struct LIBODB_SQLITE_EXPORT query_params: details::shared_base
+ class LIBODB_SQLITE_EXPORT query_params: public details::shared_base
{
+ public:
typedef sqlite::binding binding_type;
binding_type&