From abf5e7d89157a2c46852425fdb10c9966ff855f3 Mon Sep 17 00:00:00 2001 From: marco <marco@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Wed, 21 Apr 2010 12:28:26 +0000 Subject: [PATCH] properly mark symbol visibility git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2073 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- modules/io/src/mol/pdb_io.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/io/src/mol/pdb_io.hh b/modules/io/src/mol/pdb_io.hh index bc295a846..b2d1e00bf 100644 --- a/modules/io/src/mol/pdb_io.hh +++ b/modules/io/src/mol/pdb_io.hh @@ -20,12 +20,13 @@ #define OST_IO_PDB_IO_HH #include <stack> +#include <ost/io/module_config.hh> namespace ost { namespace io { /// \brief flags that incluence the behaviour of the PDBReader and PDBWriter -struct PDB { +struct DLLEXPORT_OST_IO PDB { /// \brief skip faulty records /// This flag tells the PDB loader to ignore faulty records. By default, -- GitLab