aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/query.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/query.hxx')
-rw-r--r--odb/sqlite/query.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/query.hxx b/odb/sqlite/query.hxx
index eebc7c3..7264bf4 100644
--- a/odb/sqlite/query.hxx
+++ b/odb/sqlite/query.hxx
@@ -213,7 +213,7 @@ namespace odb
binding&
parameters_binding () const;
- details::shared_ptr<query_params>
+ const details::shared_ptr<query_params>&
parameters () const;
public: