X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finput-smob.cc;h=6f5fc18a54fb116a58dc2c1db13cf227c472704c;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=605b790a686675875a13d2db0c72188e34fc3f2f;hpb=0c14539bc83d6bb405141b6f21430b33d1e8fcf0;p=lilypond.git diff --git a/lily/input-smob.cc b/lily/input-smob.cc index 605b790a68..6f5fc18a54 100644 --- a/lily/input-smob.cc +++ b/lily/input-smob.cc @@ -25,10 +25,10 @@ /* Dummy input location for use if real one is missing. */ Input dummy_input_global; -const char Input::type_p_name_[] = "ly:input-location?"; +const char * const Input::type_p_name_ = "ly:input-location?"; SCM -Input::mark_smob () +Input::mark_smob () const { if (Source_file *sf = get_source_file ()) return sf->self_scm (); @@ -37,7 +37,7 @@ Input::mark_smob () } int -Input::print_smob (SCM port, scm_print_state *) +Input::print_smob (SCM port, scm_print_state *) const { string str = "#"; scm_puts (str.c_str (), port);