summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2001-10-19 17:37:24 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2001-10-19 17:37:24 +0000
commitda94615a45b2e4e2a42d35e2439a7bf371a706d7 (patch)
tree50b123f1e302e7396240184f29764e1db0fc35a1 /include/cppunit
parente27118dd97d6125d3869b4972eff8da5996a768c (diff)
downloadcppunit-da94615a45b2e4e2a42d35e2439a7bf371a706d7.tar.gz
Include/cppunit/Exception.
include/cppunit/Exception.h: * src/cppunit/Exception.cpp: what(), added back the throw() qualifier.
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/Exception.h3
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;