aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/query.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/query.ixx')
-rw-r--r--odb/pgsql/query.ixx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/pgsql/query.ixx b/odb/pgsql/query.ixx
index 178a6eb..0000d22 100644
--- a/odb/pgsql/query.ixx
+++ b/odb/pgsql/query.ixx
@@ -16,7 +16,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);
@@ -26,7 +26,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);