freebsd-ports/net/libcmis/files/patch-src__libcmis__session.hxx
Baptiste Daroussin 7deec06274 Fix build with clang
Submitted by:	dim
2012-05-07 20:00:39 +00:00

10 lines
324 B
C++

--- src/libcmis/session.hxx.orig 2011-09-30 20:38:39.000000000 +0200
+++ src/libcmis/session.hxx 2012-05-07 19:23:43.000000000 +0200
@@ -36,6 +36,7 @@ namespace libcmis
class Session
{
public:
+ virtual ~Session( ) { }
/** Get the Root folder of the repository
*/