X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fglobal-context.cc;h=5aa70669dd259711b9daf4dae30bc3405a09ab64;hb=40aac0ae57ee113faa860ba221d83d9e6312173e;hp=49bfff6e19248326c4347662fd6249559dea617d;hpb=21de640f0cb858515c587774f8f78598d9035591;p=lilypond.git diff --git a/lily/global-context.cc b/lily/global-context.cc index 49bfff6e19..5aa70669dd 100644 --- a/lily/global-context.cc +++ b/lily/global-context.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2012 Han-Wen Nienhuys + Copyright (C) 1997--2014 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -202,7 +202,7 @@ Global_context::previous_moment () const } Context * -Global_context::get_default_interpreter (string /* context_id */) +Global_context::get_default_interpreter (const string &/* context_id */) { if (get_score_context ()) return get_score_context ()->get_default_interpreter ();