kolabformat/kolabobject.h

Aaron Seigo seigo at kolabsys.com
Thu Nov 27 11:39:12 CET 2014


 kolabformat/kolabobject.h |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f9453a66a6597185080eb54c3d58323147e0602c
Author: Aaron Seigo <aseigo at kde.org>
Date:   Thu Nov 27 11:37:31 2014 +0100

    prevent copying/assigning KolabObjectReader objects, which uses a dptr

diff --git a/kolabformat/kolabobject.h b/kolabformat/kolabobject.h
index 96a6575..b3ec9c0 100644
--- a/kolabformat/kolabobject.h
+++ b/kolabformat/kolabobject.h
@@ -120,6 +120,8 @@ public:
 
 private:
     //@cond PRIVATE
+    KolabObjectReader(const KolabObjectReader &other);
+    KolabObjectReader &operator=(const KolabObjectReader &rhs);
     class Private;
     Private *const d;
     //@endcond




More information about the commits mailing list