aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/query.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-16 14:09:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-16 14:09:48 +0200
commitc183122a8dacd536e94b8716a028ec63dc0825d4 (patch)
tree1cbe9a24a1eac2a12fec9fa6e1e1749c00779eae /odb/pgsql/query.hxx
parent5e8f409c88a632c1ca29cc02c61826f6ca4325a6 (diff)
Try to clean up inline exports2.5.0-a9
Diffstat (limited to 'odb/pgsql/query.hxx')
-rw-r--r--odb/pgsql/query.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/query.hxx b/odb/pgsql/query.hxx
index 73fe764..b53e867 100644
--- a/odb/pgsql/query.hxx
+++ b/odb/pgsql/query.hxx
@@ -637,7 +637,7 @@ namespace odb
// query_column
//
- struct LIBODB_PGSQL_EXPORT query_column_base
+ struct query_column_base
{
// Note that we keep shallow copies of the table, column, and conversion
// expression. The latter can be NULL.