From acb2e34f627e85e1119c1c6479abd99bac063d26 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 20 May 2007 16:50:44 -0300 Subject: [PATCH] init score_ in ctor --- lily/dot-formatting-problem.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/lily/dot-formatting-problem.cc b/lily/dot-formatting-problem.cc index 81dc908d0a..cc646e71f0 100644 --- a/lily/dot-formatting-problem.cc +++ b/lily/dot-formatting-problem.cc @@ -32,4 +32,5 @@ Dot_formatting_problem::Dot_formatting_problem (vector const &boxes, Interv { best_ = 0; head_skyline_.set_minimum_height (base_x[RIGHT]); + score_ = 1 << 30; } -- 2.39.2