[Lemon-commits] [lemon_svn] deba: r2877 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:50:58 CET 2006


Author: deba
Date: Mon Jul 24 11:51:28 2006
New Revision: 2877

Modified:
   hugo/trunk/lemon/full_graph.h
   hugo/trunk/lemon/smart_graph.h

Log:
make public what() in NodeSetError 



Modified: hugo/trunk/lemon/full_graph.h
==============================================================================
--- hugo/trunk/lemon/full_graph.h	(original)
+++ hugo/trunk/lemon/full_graph.h	Mon Jul 24 11:51:28 2006
@@ -499,6 +499,7 @@
   public:
 
     class NodeSetError : public LogicError {
+    public:
       virtual const char* what() const throw() { 
 	return "lemon::FullBpUGraph::NodeSetError";
       }

Modified: hugo/trunk/lemon/smart_graph.h
==============================================================================
--- hugo/trunk/lemon/smart_graph.h	(original)
+++ hugo/trunk/lemon/smart_graph.h	Mon Jul 24 11:51:28 2006
@@ -431,6 +431,7 @@
   public:
 
     class NodeSetError : public LogicError {
+    public:
       virtual const char* what() const throw() { 
 	return "lemon::SmartBpUGraph::NodeSetError";
       }



More information about the Lemon-commits mailing list