X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftranslator-ctors.cc;h=1368e7376246dfd2dd224633863995879e638f9c;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=58d4e515776de03825d00a0f4b8a919b7dd55a88;hpb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;p=lilypond.git diff --git a/lily/translator-ctors.cc b/lily/translator-ctors.cc index 58d4e51577..1368e73762 100644 --- a/lily/translator-ctors.cc +++ b/lily/translator-ctors.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--2015 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 @@ -66,6 +66,6 @@ get_translator (SCM sym) return 0; } - return unsmob_translator (v); + return Translator::unsmob (v); }