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

List:       kde-commits
Subject:    KDE/kdevelop/lib/interfaces
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-04-18 20:21:01
Message-ID: 1176927661.682298.20431.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 655585 by apaku:

msvc compile, seems it needs an implementation, else it complains about undefined \
references to constructor/destructor

 M  +1 -0      CMakeLists.txt  
 A             idocument.cpp   [License: LGPL (v2+)]
 M  +1 -1      idocument.h  


--- trunk/KDE/kdevelop/lib/interfaces/CMakeLists.txt #655584:655585
@@ -5,6 +5,7 @@
 
 set(kdevplatforminterfaces_LIB_SRCS
     iplugin.cpp
+	idocument.cpp
     icore.cpp
     iuicontroller.cpp
     iplugincontroller.cpp
--- trunk/KDE/kdevelop/lib/interfaces/idocument.h #655584:655585
@@ -44,7 +44,7 @@
  */
 class KDEVPLATFORMINTERFACES_EXPORT IDocument {
 public:
-    virtual ~IDocument() {}
+    virtual ~IDocument();
 
     /**Document state.*/
     enum DocumentState


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

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