aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/prepared-query.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/prepared-query.hxx')
-rw-r--r--odb/sqlite/prepared-query.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/sqlite/prepared-query.hxx b/odb/sqlite/prepared-query.hxx
index aee1d95..ddc2c9c 100644
--- a/odb/sqlite/prepared-query.hxx
+++ b/odb/sqlite/prepared-query.hxx
@@ -8,11 +8,9 @@
#include <odb/pre.hxx>
#include <odb/prepared-query.hxx>
-#include <odb/details/shared-ptr.hxx>
#include <odb/sqlite/version.hxx>
#include <odb/sqlite/query.hxx>
-#include <odb/sqlite/statement.hxx>
#include <odb/sqlite/details/export.hxx>
@@ -22,8 +20,10 @@ namespace odb
{
struct LIBODB_SQLITE_EXPORT prepared_query_impl: odb::prepared_query_impl
{
+ virtual
+ ~prepared_query_impl ();
+
sqlite::query_base query;
- details::shared_ptr<select_statement> stmt;
};
}
}