aboutsummaryrefslogtreecommitdiff
path: root/net/libcmis/files/patch-src__libcmis__atom-document.hxx
blob: b20d89c64e528a914485f4333f38bd4a7bf92539 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/libcmis/atom-document.hxx.orig	2011-10-01 14:26:15.000000000 +0200
+++ src/libcmis/atom-document.hxx	2012-05-07 20:06:51.000000000 +0200
@@ -44,7 +44,7 @@ class AtomDocument : public libcmis::Doc
     public:
         AtomDocument( AtomPubSession* session, std::string url );
         AtomDocument( AtomPubSession* session, xmlNodePtr entryNd );
-        ~AtomDocument( );
+        virtual ~AtomDocument( );
 
         // Override content methods
         virtual FILE* getContent( const char* path = NULL );