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. --- include/cppunit/Exception.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/cppunit/Exception.h') diff --git a/include/cppunit/Exception.h b/include/cppunit/Exception.h index a051ce9..f94eca5 100644 --- a/include/cppunit/Exception.h +++ b/include/cppunit/Exception.h @@ -46,8 +46,7 @@ public: Exception& operator= (const Exception& other); -// const char *what() const throw (); - const char *what() const; + const char *what() const throw (); SourceLine sourceLine() const; -- cgit v1.2.1