Skip to content
Snippets Groups Projects
Commit d59bea9a authored by andreas's avatar andreas
Browse files

fixed DLLEXPORT for chemdict_parser

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2726 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 791d43e9
No related branches found
No related tags found
No related merge requests found
......@@ -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")),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment