summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-27 16:04:04 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-27 16:04:04 +0100
commit05b202fc3edce92d8343cb0964d9d15134cd8f1d (patch)
treef47be1ea1ae93f16cacd98491a13fb135726d06c /include/cppunit
parent9cfcff6c2195ae25be4022654990c9eea6fbb2f8 (diff)
downloadcppunit-05b202fc3edce92d8343cb0964d9d15134cd8f1d.tar.gz
upstream libreoffice patch related to rhbz#641350
impl. destructor of Cppunit::Message causes segfault when test
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/Message.h2
1 files changed, 2 insertions, 0 deletions
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.