]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/auto-change-iterator.cc
* lily/paper-score.cc (process): Do not show progress newline.
[lilypond.git] / lily / auto-change-iterator.cc
index 01a46fd93c8f94d3dd8070314587c48fee3ab5bf..7b73db03caea743a8bd1ee6af3a2921c119c4ca0 100644 (file)
@@ -56,7 +56,7 @@ Auto_change_iterator::change_to (Music_iterator *it, SCM to_type_sym,
       current = current->get_parent_context ();
     }
 
-  if (current && current->id_string_ == to_id)
+  if (current && current->id_string () == to_id)
     {
       String msg;
       msg += _ ("Can't switch translators, I'm there already");