diff options
-rw-r--r-- | odb/pgsql/query.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/pgsql/query.hxx b/odb/pgsql/query.hxx index 0c3f837..2d1925a 100644 --- a/odb/pgsql/query.hxx +++ b/odb/pgsql/query.hxx @@ -386,13 +386,13 @@ namespace odb return r; } - query + LIBODB_PGSQL_EXPORT query operator&& (const query&, const query&); - query + LIBODB_PGSQL_EXPORT query operator|| (const query&, const query&); - query + LIBODB_PGSQL_EXPORT query operator! (const query&); // query_column |