From d59bea9a403111c97b9f893db2b201f28feaff43 Mon Sep 17 00:00:00 2001
From: andreas <andreas@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Wed, 22 Sep 2010 19:26:14 +0000
Subject: [PATCH] fixed DLLEXPORT for chemdict_parser

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2726 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 modules/io/src/mol/chemdict_parser.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/io/src/mol/chemdict_parser.hh b/modules/io/src/mol/chemdict_parser.hh
index a21b437b8..a76ae3c0c 100644
--- a/modules/io/src/mol/chemdict_parser.hh
+++ b/modules/io/src/mol/chemdict_parser.hh
@@ -36,7 +36,7 @@ typedef enum {
   DONT_KNOW
 } LoopType;
 
-class DLLEXPORT_OST_CONOP ChemdictParser : public StarParser {
+class DLLEXPORT_OST_IO ChemdictParser : public StarParser {
 public:
   ChemdictParser(std::istream& stream, conop::Compound::Dialect dialect): 
     StarParser(stream), compound_(new conop::Compound("UNK")), 
-- 
GitLab