make public what() in NodeSetError
authordeba
Mon, 24 Jul 2006 09:51:28 +0000
changeset 21626831fa007688
parent 2161 a21d1e88d389
child 2163 bef3457be038
make public what() in NodeSetError
lemon/full_graph.h
lemon/smart_graph.h
     1.1 --- a/lemon/full_graph.h	Mon Jul 24 09:50:40 2006 +0000
     1.2 +++ b/lemon/full_graph.h	Mon Jul 24 09:51:28 2006 +0000
     1.3 @@ -499,6 +499,7 @@
     1.4    public:
     1.5  
     1.6      class NodeSetError : public LogicError {
     1.7 +    public:
     1.8        virtual const char* what() const throw() { 
     1.9  	return "lemon::FullBpUGraph::NodeSetError";
    1.10        }
     2.1 --- a/lemon/smart_graph.h	Mon Jul 24 09:50:40 2006 +0000
     2.2 +++ b/lemon/smart_graph.h	Mon Jul 24 09:51:28 2006 +0000
     2.3 @@ -431,6 +431,7 @@
     2.4    public:
     2.5  
     2.6      class NodeSetError : public LogicError {
     2.7 +    public:
     2.8        virtual const char* what() const throw() { 
     2.9  	return "lemon::SmartBpUGraph::NodeSetError";
    2.10        }