diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-03 13:57:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-03 13:57:23 +0200 |
commit | 16aa8be08a69482d6208bdc9257facc13347a6cd (patch) | |
tree | cbbbe3cbc60dbd400aa48f0804a6ced24f75db7c | |
parent | a2f5ba2865cedf29d7497766b6600c0df887afc4 (diff) |
Export query operators that were made non-inline
-rw-r--r-- | odb/sqlite/query.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/sqlite/query.hxx b/odb/sqlite/query.hxx index a3c63ba..957e7b7 100644 --- a/odb/sqlite/query.hxx +++ b/odb/sqlite/query.hxx @@ -393,13 +393,13 @@ namespace odb return r; } - query + LIBODB_SQLITE_EXPORT query operator&& (const query&, const query&); - query + LIBODB_SQLITE_EXPORT query operator|| (const query&, const query&); - query + LIBODB_SQLITE_EXPORT query operator! (const query&); // query_column |