diff options
-rw-r--r-- | odb/mysql/query.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/mysql/query.hxx b/odb/mysql/query.hxx index 0ca91e5..4e53244 100644 --- a/odb/mysql/query.hxx +++ b/odb/mysql/query.hxx @@ -363,13 +363,13 @@ namespace odb return r; } - query + LIBODB_MYSQL_EXPORT query operator&& (const query& x, const query& y); - query + LIBODB_MYSQL_EXPORT query operator|| (const query& x, const query& y); - query + LIBODB_MYSQL_EXPORT query operator! (const query& x); // query_column |