diff options
Diffstat (limited to 'include/cppunit/Exception.h')
| -rw-r--r-- | include/cppunit/Exception.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/cppunit/Exception.h b/include/cppunit/Exception.h index a051ce9..f94eca5 100644 --- a/include/cppunit/Exception.h +++ b/include/cppunit/Exception.h @@ -46,8 +46,7 @@ public: Exception& operator= (const Exception& other); -// const char *what() const throw (); - const char *what() const; + const char *what() const throw (); SourceLine sourceLine() const; |
