diff options
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-27 16:04:04 +0100 |
|---|---|---|
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-27 16:04:04 +0100 |
| commit | 05b202fc3edce92d8343cb0964d9d15134cd8f1d (patch) | |
| tree | f47be1ea1ae93f16cacd98491a13fb135726d06c /include/cppunit | |
| parent | 9cfcff6c2195ae25be4022654990c9eea6fbb2f8 (diff) | |
| download | cppunit-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.h | 2 |
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. |
