aboutsummaryrefslogtreecommitdiff
path: root/net/libcmis/files/patch-src__libcmis__atom-document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'net/libcmis/files/patch-src__libcmis__atom-document.hxx')
-rw-r--r--net/libcmis/files/patch-src__libcmis__atom-document.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libcmis/files/patch-src__libcmis__atom-document.hxx b/net/libcmis/files/patch-src__libcmis__atom-document.hxx
new file mode 100644
index 000000000000..b20d89c64e52
--- /dev/null
+++ b/net/libcmis/files/patch-src__libcmis__atom-document.hxx
@@ -0,0 +1,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 );