aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/forward.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/forward.hxx')
-rw-r--r--odb/sqlite/forward.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/forward.hxx b/odb/sqlite/forward.hxx
index 9be506f..e2f4df1 100644
--- a/odb/sqlite/forward.hxx
+++ b/odb/sqlite/forward.hxx
@@ -20,7 +20,6 @@ namespace odb
class statement;
class transaction;
class tracer;
- class query;
// Implementation details.
//
@@ -52,6 +51,7 @@ namespace odb
template <typename T>
class container_statements;
+ class query_base;
class query_params;
}