X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fglobal-context.cc;h=f494ab4191e63c2b5025afe603aef5dacb14991e;hb=2fef7b7eb7ac5d7a2ed237bf22a6ec6fe5d946d9;hp=47e76718db2bd13e6e1c9236bf27df5ab10ef173;hpb=74daefdc62920b729061cb8711b63890de1f0c17;p=lilypond.git diff --git a/lily/global-context.cc b/lily/global-context.cc index 47e76718db..f494ab4191 100644 --- a/lily/global-context.cc +++ b/lily/global-context.cc @@ -30,8 +30,7 @@ using namespace std; #include "output-def.hh" #include "warn.hh" -void -Global_context::pre_init () +Preinit_Global_context::Preinit_Global_context () { output_def_ = 0; } @@ -181,7 +180,7 @@ Global_context::run_iterator_on_me (Music_iterator *iter) if (iter->ok ()) iter->process (w); - send_stream_event (this, "OneTimeStep", 0, 0); + send_stream_event (this, "OneTimeStep", 0); apply_finalizations (); check_removal (); }