X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-def.cc;h=a5c13305d42f574c48e561cb6c81c601c4ec9867;hb=a995cb68588f9d47868ca6d9ffb3799b3a9d09a2;hp=8b28c5cde89f30baaa6a5f7a2ac65fb71c9498eb;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/context-def.cc b/lily/context-def.cc index 8b28c5cde8..a5c13305d4 100644 --- a/lily/context-def.cc +++ b/lily/context-def.cc @@ -261,9 +261,9 @@ Context_def::get_translator_names (SCM user_mod) const } Context * -Context_def::instantiate (SCM ops, Object_key const *key) +Context_def::instantiate (SCM ops) { - Context *context = new Context (key); + Context *context = new Context (); context->definition_ = self_scm (); context->definition_mods_ = ops;