]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-def.cc
Fix #237
[lilypond.git] / lily / context-def.cc
index 8b28c5cde89f30baaa6a5f7a2ac65fb71c9498eb..a5c13305d42f574c48e561cb6c81c601c4ec9867 100644 (file)
@@ -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;