summaryrefslogtreecommitdiff
path: root/src/cppunit/Exception.cpp
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@sumost.ca>2001-10-08 23:32:24 +0000
committerSteve M. Robbins <smr@sumost.ca>2001-10-08 23:32:24 +0000
commitff0517a7f94155d1c349c1f241b5f2bf5ba57cd7 (patch)
treec2dc6d4f240caf5d8b29f7809384c637892f7ad6 /src/cppunit/Exception.cpp
parent150339335e3c5538c1e496ae01babf148bd29ec5 (diff)
downloadcppunit-ff0517a7f94155d1c349c1f241b5f2bf5ba57cd7.tar.gz
Let source catch up with previous header change.
Diffstat (limited to 'src/cppunit/Exception.cpp')
-rw-r--r--src/cppunit/Exception.cpp2
1 files changed, 1 insertions, 1 deletions
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 ();
}