diff -r cce8ac91c08c -r 38ec4a930c05 lemon/full_graph.h --- a/lemon/full_graph.h Tue Jul 18 12:10:52 2006 +0000 +++ b/lemon/full_graph.h Tue Jul 18 13:29:59 2006 +0000 @@ -499,7 +499,7 @@ public: class NodeSetError : public LogicError { - virtual const char* exceptionName() const { + virtual const char* what() const throw() { return "lemon::FullBpUGraph::NodeSetError"; } };