lemon/full_graph.h
changeset 2151 38ec4a930c05
parent 2116 b6a68c15a6a3
child 2162 6831fa007688
     1.1 --- a/lemon/full_graph.h	Tue Jul 18 12:10:52 2006 +0000
     1.2 +++ b/lemon/full_graph.h	Tue Jul 18 13:29:59 2006 +0000
     1.3 @@ -499,7 +499,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::FullBpUGraph::NodeSetError";
    1.10        }
    1.11      };