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