X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Foutput-property-engraver.cc;h=ccef5051f111403bc87cd5f9bf77ca23f403ff60;hb=77267b700c377fd170abcbf4863728937038eb5e;hp=370d6e1c1f011400f0b8a8763083a0763e1a21f3;hpb=0f3898aade7077c15adb2b457e6a5e1238939085;p=lilypond.git diff --git a/lily/output-property-engraver.cc b/lily/output-property-engraver.cc index 370d6e1c1f..ccef5051f1 100644 --- a/lily/output-property-engraver.cc +++ b/lily/output-property-engraver.cc @@ -75,7 +75,8 @@ Output_property_engraver::stop_translation_timestep () props_.clear (); } -Output_property_engraver::Output_property_engraver () +Output_property_engraver::Output_property_engraver (Context *c) + : Engraver (c) { }