From: fred Date: Sat, 16 Nov 1996 11:51:30 +0000 (+0000) Subject: lilypond-0.0.10 X-Git-Tag: release/1.5.59~6809 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e7cf6e6745625c67fa77973d315f03bd98dad6e0;p=lilypond.git lilypond-0.0.10 --- diff --git a/hdr/scommands.hh b/hdr/scommands.hh index ae908d7647..110c656368 100644 --- a/hdr/scommands.hh +++ b/hdr/scommands.hh @@ -10,11 +10,11 @@ #include "plist.hh" /// the list of commands in Score -struct Score_commands : public PointerList { +struct Score_commands : public IPointerList { void process_add(Command); Score_commands*parse(Real last)const; void parser_add(Command*); - void add_seq(svec); + void add_seq(svec,bool); void clean(Real last); void set_breakable(Real when); bool is_breakable(Real w);