From 184a52462a35e7a9627df6d96450443b9fd78172 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 1 Nov 1996 16:15:40 +0000 Subject: [PATCH] lilypond-0.0.6 --- stcol.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stcol.hh b/stcol.hh index 060d585fde..1d8b09c61e 100644 --- a/stcol.hh +++ b/stcol.hh @@ -9,6 +9,7 @@ #include "proto.hh" #include "vray.hh" +/// store simultaneous requests struct Staff_column { Score_column *score_column; @@ -23,6 +24,7 @@ struct Staff_column { /**************************************************************** VIRTUAL ****************************************************************/ + //virtual Staff_column *clone() const=0; virtual void process_requests()=0; virtual void process_commands()=0; virtual ~Staff_column() { } -- 2.39.5