SVN commit 919425 by apaku: Template classes don't need an export macro M +1 -1 templatedeclaration.h --- trunk/KDE/kdevelop/plugins/languages/cpp/cppduchain/templatedeclaration.h #919424:919425 @@ -193,7 +193,7 @@ * be a TemplateDeclaration. * */ template - class KDEVCPPDUCHAIN_EXPORT SpecialTemplateDeclaration : public BaseDeclaration, public TemplateDeclaration { + class SpecialTemplateDeclaration : public BaseDeclaration, public TemplateDeclaration { public: template SpecialTemplateDeclaration(Data& data) : BaseDeclaration(data) {