]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.6
authorfred <fred>
Thu, 31 Oct 1996 20:46:11 +0000 (20:46 +0000)
committerfred <fred>
Thu, 31 Oct 1996 20:46:11 +0000 (20:46 +0000)
pstaff.cc

index c922fe99969cdf396cb78fe9e65c57a4907497da..255fceeaddb53225544f86f07ec61f7d8116994e 100644 (file)
--- a/pstaff.cc
+++ b/pstaff.cc
@@ -1,7 +1,8 @@
 #include "pstaff.hh"
 
-PStaff::PStaff()
+PStaff::PStaff(PScore*ps)
 {
+    pscore_=ps;
     stafsym = 0;
 }