From ff0517a7f94155d1c349c1f241b5f2bf5ba57cd7 Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Mon, 8 Oct 2001 23:32:24 +0000 Subject: Let source catch up with previous header change. --- 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 80b005a..f449152 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 throw () +Exception::what() const { return m_message.c_str (); } -- cgit v1.2.1