diff -r 9f99ede44d59 -r c28e6ac3705c lemon/lp_base.h --- a/lemon/lp_base.h Thu Jun 09 15:12:01 2005 +0000 +++ b/lemon/lp_base.h Thu Jun 09 15:16:12 2005 +0000 @@ -960,7 +960,7 @@ } ///The type of the original LP problem - Problemtypes problemType() { + ProblemTypes problemType() { return _getProblemType(); }