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