aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/binding.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/binding.hxx
parent5e8f409c88a632c1ca29cc02c61826f6ca4325a6 (diff)
Try to clean up inline exports2.5.0-a9
Diffstat (limited to 'odb/pgsql/binding.hxx')
-rw-r--r--odb/pgsql/binding.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/odb/pgsql/binding.hxx b/odb/pgsql/binding.hxx
index 534281f..fbdea63 100644
--- a/odb/pgsql/binding.hxx
+++ b/odb/pgsql/binding.hxx
@@ -12,13 +12,11 @@
#include <odb/pgsql/version.hxx>
#include <odb/pgsql/pgsql-types.hxx>
-#include <odb/pgsql/details/export.hxx>
-
namespace odb
{
namespace pgsql
{
- class LIBODB_PGSQL_EXPORT native_binding
+ class native_binding
{
public:
native_binding (char** v,
@@ -39,7 +37,7 @@ namespace odb
native_binding& operator= (const native_binding&);
};
- class LIBODB_PGSQL_EXPORT binding
+ class binding
{
public:
typedef pgsql::bind bind_type;