lemon/smart_graph.h
changeset 2151 38ec4a930c05
parent 2132 783b1d583be3
child 2162 6831fa007688
     1.1 --- a/lemon/smart_graph.h	Tue Jul 18 12:10:52 2006 +0000
     1.2 +++ b/lemon/smart_graph.h	Tue Jul 18 13:29:59 2006 +0000
     1.3 @@ -431,7 +431,7 @@
     1.4    public:
     1.5  
     1.6      class NodeSetError : public LogicError {
     1.7 -      virtual const char* exceptionName() const { 
     1.8 +      virtual const char* what() const throw() { 
     1.9  	return "lemon::SmartBpUGraph::NodeSetError";
    1.10        }
    1.11      };