]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-engraver.cc
Issue 4541 (2/2) Clean up...
[lilypond.git] / lily / lyric-engraver.cc
index bc576bf3ccc669f23fbea53df01ce072c069549b..cdee61517e333f4c6a554c973b27c11555d8835c 100644 (file)
@@ -158,7 +158,7 @@ get_current_note_head (Context *voice)
       // here.  Not with this mechanism.
       if ((*end_mom == end_from_now)
           && dynamic_cast<Item *> (g)
-          && Note_head::has_interface (g))
+          && has_interface<Note_head> (g))
         {
           return g;
         }