From 7c1c3122d68f8a1c1ee159058015862b4d7c1fab Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 14 Feb 2006 17:53:13 +0000 Subject: [PATCH] add Prob, rm Page. --- ChangeLog | 2 ++ lily/include/lily-proto.hh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c426722cd6..cc0db4f2e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-02-14 Han-Wen Nienhuys + * lily/include/lily-proto.hh: add Prob, rm Page. + * flower/include/std-vector.hh (VPOS): use 64 bit-proof version. * VERSION: release 2.7.34 diff --git a/lily/include/lily-proto.hh b/lily/include/lily-proto.hh index e13feab6ed..9bb315e097 100644 --- a/lily/include/lily-proto.hh +++ b/lily/include/lily-proto.hh @@ -116,7 +116,6 @@ class Object_key_dumper; class Object_key_undumper; class Open_type_font; class Output_property; -class Page; class Pango_font; class Paper_book; class Paper_column; @@ -128,6 +127,7 @@ class Performer_group; class Piano_bar_engraver; class Pitch; class Pitch_squash_engraver; +class Prob; class Property_iterator; class Rational; class Relative_octave_music; -- 2.39.2