From 05b202fc3edce92d8343cb0964d9d15134cd8f1d Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 27 Jan 2012 16:04:04 +0100 Subject: upstream libreoffice patch related to rhbz#641350 impl. destructor of Cppunit::Message causes segfault when test --- include/cppunit/Message.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/cppunit') diff --git a/include/cppunit/Message.h b/include/cppunit/Message.h index 1ae51cc..7c462d5 100644 --- a/include/cppunit/Message.h +++ b/include/cppunit/Message.h @@ -57,6 +57,8 @@ public: const std::string &detail2, const std::string &detail3 ); + ~Message(); + Message &operator =( const Message &other ); /*! \brief Returns the short description. -- cgit v1.2.1