From 35f5e07ae7aee8434eb5a28cda5b8a4a07e04918 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 31 Oct 1996 20:46:11 +0000 Subject: [PATCH] lilypond-0.0.6 --- pstaff.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pstaff.cc b/pstaff.cc index c922fe9996..255fceeadd 100644 --- a/pstaff.cc +++ b/pstaff.cc @@ -1,7 +1,8 @@ #include "pstaff.hh" -PStaff::PStaff() +PStaff::PStaff(PScore*ps) { + pscore_=ps; stafsym = 0; } -- 2.39.5