diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-10-08 23:32:24 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-10-08 23:32:24 +0000 |
| commit | ff0517a7f94155d1c349c1f241b5f2bf5ba57cd7 (patch) | |
| tree | c2dc6d4f240caf5d8b29f7809384c637892f7ad6 /src/cppunit/Exception.cpp | |
| parent | 150339335e3c5538c1e496ae01babf148bd29ec5 (diff) | |
| download | cppunit-ff0517a7f94155d1c349c1f241b5f2bf5ba57cd7.tar.gz | |
Let source catch up with previous header change.
Diffstat (limited to 'src/cppunit/Exception.cpp')
| -rw-r--r-- | src/cppunit/Exception.cpp | 2 |
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 (); } |
