diff -r cce8ac91c08c -r 38ec4a930c05 lemon/fredman_tarjan.h --- a/lemon/fredman_tarjan.h Tue Jul 18 12:10:52 2006 +0000 +++ b/lemon/fredman_tarjan.h Tue Jul 18 13:29:59 2006 +0000 @@ -132,7 +132,7 @@ ///of the parameters of the algorithms. class UninitializedParameter : public lemon::UninitializedParameter { public: - virtual const char* exceptionName() const { + virtual const char* what() const throw() { return "lemon::FredmanTarjan::UninitializedParameter"; } };