# HG changeset patch # User athos # Date 1118330172 0 # Node ID c28e6ac3705c10db356cf30d17e69319c4cabd90 # Parent 9f99ede44d59e06f4a2ae6c40b7011c3fc7f2f2a Bugfix. 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(); }