aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/query.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/query.ixx')
-rw-r--r--odb/sqlite/query.ixx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/sqlite/query.ixx b/odb/sqlite/query.ixx
index c3a5f14..7413691 100644
--- a/odb/sqlite/query.ixx
+++ b/odb/sqlite/query.ixx
@@ -28,7 +28,7 @@ namespace odb
inline void query_base::
append (val_bind<T> v, const char* conv)
{
- add (
+ append (
details::shared_ptr<query_param> (
new (details::shared) query_param_impl<T, ID> (v)),
conv);
@@ -38,7 +38,7 @@ namespace odb
inline void query_base::
append (ref_bind<T> r, const char* conv)
{
- add (
+ append (
details::shared_ptr<query_param> (
new (details::shared) query_param_impl<T, ID> (r)),
conv);