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 /include/cppunit/Exception.h | |
| parent | fc812f34ff16b32c88617c81b3551475a5ece39e (diff) | |
| download | cppunit-c75b503d3829c574db58924d404e5176e1bcd992.tar.gz | |
Fixes for GCC 3.0
Diffstat (limited to 'include/cppunit/Exception.h')
| -rw-r--r-- | include/cppunit/Exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/Exception.h b/include/cppunit/Exception.h index d324e9e..1cf7548 100644 --- a/include/cppunit/Exception.h +++ b/include/cppunit/Exception.h @@ -34,7 +34,7 @@ namespace CppUnit { std::string fileName = UNKNOWNFILENAME); Exception (const Exception& other); - virtual ~Exception (); + virtual ~Exception () throw(); Exception& operator= (const Exception& other); |
