From da94615a45b2e4e2a42d35e2439a7bf371a706d7 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Fri, 19 Oct 2001 17:37:24 +0000 Subject: Include/cppunit/Exception. include/cppunit/Exception.h: * src/cppunit/Exception.cpp: what(), added back the throw() qualifier. --- src/cppunit/Exception.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cppunit/Exception.cpp') diff --git a/src/cppunit/Exception.cpp b/src/cppunit/Exception.cpp index f449152..add261a 100644 --- a/src/cppunit/Exception.cpp +++ b/src/cppunit/Exception.cpp @@ -78,7 +78,7 @@ Exception::operator =( const Exception& other ) /// Return descriptive message const char* -Exception::what() const +Exception::what() const throw() { return m_message.c_str (); } -- cgit v1.2.1