From: fred Date: Thu, 31 Oct 1996 20:46:11 +0000 (+0000) Subject: lilypond-0.0.6 X-Git-Tag: release/1.5.59~6994 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=35f5e07ae7aee8434eb5a28cda5b8a4a07e04918;p=lilypond.git lilypond-0.0.6 --- 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; }