diff -r 5ef61c97bf1b -r c945f577a66d lemon/lp_glpk.cc --- a/lemon/lp_glpk.cc Mon Jan 22 10:22:14 2007 +0000 +++ b/lemon/lp_glpk.cc Mon Jan 22 12:13:57 2007 +0000 @@ -119,6 +119,7 @@ void LpGlpk::_setColName(int col, const std::string & name) { lpx_set_col_name(lp,col,const_cast(name.c_str())); + } void LpGlpk::_setRowCoeffs(int i, LpRowIterator b, LpRowIterator e)