[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevelop/plugins/languages/cpp/cppduchain
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2009-01-31 22:56:50
Message-ID: 1233442610.923268.5254.nullmailer () svn ! kde ! org
[Download RAW message or body]

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 BaseDeclaration>
-  class KDEVCPPDUCHAIN_EXPORT SpecialTemplateDeclaration : public BaseDeclaration, \
public TemplateDeclaration { +  class SpecialTemplateDeclaration : public \
BaseDeclaration, public TemplateDeclaration {  public:
     template<class Data>
     SpecialTemplateDeclaration(Data& data) : BaseDeclaration(data) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic