summaryrefslogtreecommitdiff
path: root/src/cppunit/Exception.cpp
diff options
context:
space:
mode:
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 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 ();
}