X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fglobal-context.cc;h=f494ab4191e63c2b5025afe603aef5dacb14991e;hb=8d0fb9fe466754fcbd516b5155325bcd04f851b4;hp=47e76718db2bd13e6e1c9236bf27df5ab10ef173;hpb=b0dce4ca74c6ebf43a3f574ccf281b8bc58a3b75;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 (); }