From: Pino Toscano Date: Thu, 11 May 2006 22:25:12 +0000 (+0000) Subject: these need to be exported, too X-Git-Tag: v3.80.2~88 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=8cca97d467cdfcfc910b35a097c02be7656e5e73;p=libqmvoc.git these need to be exported, too svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=539878 --- diff --git a/libscience/moleculeparser.h b/libscience/moleculeparser.h index 08a11f3..fe45fe2 100644 --- a/libscience/moleculeparser.h +++ b/libscience/moleculeparser.h @@ -14,6 +14,8 @@ #ifndef MOLECULEPARSER_H #define MOLECULEPARSER_H +#include + #include "element.h" #include "parser.h" @@ -25,7 +27,7 @@ * @class ElementCount * @author Inge Wallin */ -class ElementCount +class EDUSCIENCE_EXPORT ElementCount { public: /** @@ -86,7 +88,7 @@ class ElementCount * @class ElementCountMap * @author Inge Wallin */ -class ElementCountMap +class EDUSCIENCE_EXPORT ElementCountMap { public: /** @@ -173,7 +175,7 @@ class ElementCountMap * * @author Inge Wallin */ -class MoleculeParser : public Parser { +class EDUSCIENCE_EXPORT MoleculeParser : public Parser { public: /**