From a807055089b5d2e51b9eda08d105b9390c63ec21 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 31 May 2007 13:51:58 +0200 Subject: [PATCH] Compile fix. --- lily/paper-book.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/paper-book.cc b/lily/paper-book.cc index 641379ab95..84191b7da8 100644 --- a/lily/paper-book.cc +++ b/lily/paper-book.cc @@ -280,7 +280,7 @@ set_label (SCM sys, SCM label) { Paper_column *col = dynamic_cast (cols[0]); col->set_property ("labels", scm_cons (label, col->get_property ("labels"))); - Paper_column *col_right = col->find_prebroken_piece (RIGHT); + Paper_column *col_right = dynamic_cast (col->find_prebroken_piece (RIGHT)); col_right->set_property ("labels", scm_cons (label, col_right->get_property ("labels"))); } } -- 2.39.5