[Lemon-commits] alpar: r3085 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Tue Nov 28 13:36:51 CET 2006


Author: alpar
Date: Tue Nov 28 13:36:51 2006
New Revision: 3085

Modified:
   hugo/trunk/lemon/lp_base.h

Log:
Make the constructors of ColIt public.

Modified: hugo/trunk/lemon/lp_base.h
==============================================================================
--- hugo/trunk/lemon/lp_base.h	(original)
+++ hugo/trunk/lemon/lp_base.h	Tue Nov 28 13:36:51 2006
@@ -206,6 +206,7 @@
 
     class ColIt : public Col {
       LpSolverBase *_lp;
+    public:
       ColIt() {}
       ColIt(LpSolverBase &lp) : _lp(&lp)
       {



More information about the Lemon-commits mailing list