Fix for bug 452340
This commit is contained in:
parent
f817b66610
commit
350c082bea
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
cppunit-1.12.1.tar.gz
|
cppunit-1.12.1.tar.gz
|
||||||
|
cppunit-1.12.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- cppunit-1.12.1/include/cppunit/Message.h.dt 2010-10-08 14:02:26.514477964 +0200
|
--- cppunit-1.12.1/include/cppunit/Message.h 2010-10-08 14:02:26.514477964 +0200
|
||||||
+++ cppunit-1.12.1/include/cppunit/Message.h.dt 2010-10-08 14:02:15.411948098 +0200
|
+++ cppunit-1.12.1/include/cppunit/Message.h 2010-10-08 14:02:15.411948098 +0200
|
||||||
@@ -57,6 +57,8 @@ public:
|
@@ -57,6 +57,8 @@ public:
|
||||||
const std::string &detail2,
|
const std::string &detail2,
|
||||||
const std::string &detail3 );
|
const std::string &detail3 );
|
||||||
@ -9,8 +9,8 @@
|
|||||||
Message &operator =( const Message &other );
|
Message &operator =( const Message &other );
|
||||||
|
|
||||||
/*! \brief Returns the short description.
|
/*! \brief Returns the short description.
|
||||||
--- cppunit-1.12.1/src/cppunit/Message.cpp.dt 2010-10-08 14:02:39.421768852 +0200
|
--- cppunit-1.12.1/src/cppunit/Message.cpp 2010-10-08 14:02:39.421768852 +0200
|
||||||
+++ cppunit-1.12.1/src/cppunit/Message.cpp.dt 2010-10-08 14:02:54.066829633 +0200
|
+++ cppunit-1.12.1/src/cppunit/Message.cpp 2010-10-08 14:02:54.066829633 +0200
|
||||||
@@ -47,6 +47,10 @@ Message::Message( const std::string &sho
|
@@ -47,6 +47,10 @@ Message::Message( const std::string &sho
|
||||||
addDetail( detail1, detail2, detail3 );
|
addDetail( detail1, detail2, detail3 );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user