diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-07-12 15:49:13 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-07-12 15:49:13 +0000 |
| commit | c75b503d3829c574db58924d404e5176e1bcd992 (patch) | |
| tree | 575fe84f05a8a080855f583adde0fa11510bec7e /src/cppunit/Exception.cpp | |
| parent | fc812f34ff16b32c88617c81b3551475a5ece39e (diff) | |
| download | cppunit-c75b503d3829c574db58924d404e5176e1bcd992.tar.gz | |
Fixes for GCC 3.0
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 e2059fe..a1269ae 100644 --- a/src/cppunit/Exception.cpp +++ b/src/cppunit/Exception.cpp @@ -29,7 +29,7 @@ Exception::Exception( std::string message, /// Destruct the exception -Exception::~Exception () +Exception::~Exception () throw() { } |
