diff options
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); |
