# HG changeset patch
# User alpar
# Date 1164717411 0
# Node ID 468a525d5b45e4a589371d4789ff71640a6e365c
# Parent  cddae1c4fee6dc2d96db6e5c4bfeabbd463bae01
Make the constructors of ColIt public.

diff -r cddae1c4fee6 -r 468a525d5b45 lemon/lp_base.h
--- a/lemon/lp_base.h	Fri Nov 24 14:24:43 2006 +0000
+++ b/lemon/lp_base.h	Tue Nov 28 12:36:51 2006 +0000
@@ -206,6 +206,7 @@
 
     class ColIt : public Col {
       LpSolverBase *_lp;
+    public:
       ColIt() {}
       ColIt(LpSolverBase &lp) : _lp(&lp)
       {