[Lemon-commits] [lemon_svn] alpar: r2866 - hugo/trunk/lemon

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


Author: alpar
Date: Tue Jul 18 17:14:56 2006
New Revision: 2866

Modified:
   hugo/trunk/lemon/dfs.h

Log:
Bugfix

Modified: hugo/trunk/lemon/dfs.h
==============================================================================
--- hugo/trunk/lemon/dfs.h	(original)
+++ hugo/trunk/lemon/dfs.h	Tue Jul 18 17:14:56 2006
@@ -1224,6 +1224,7 @@
     class UninitializedParameter : public lemon::UninitializedParameter {
     public:
       virtual const char* what() const throw() 
+      {
 	return "lemon::DfsVisit::UninitializedParameter";
       }
     };



More information about the Lemon-commits mailing list