]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-array.cc
MusicXML: Some more broken MusicXML applications (beaming wrong)
[lilypond.git] / lily / grob-array.cc
index dff5102a83c776406473e5ba60ed4ae6e54e8ee7..9cf6e39e5f133a63fd4df150a78fab62196f809a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "grob-array.hh"
@@ -87,7 +87,7 @@ Grob_array::remove_duplicates ()
 {
   assert (!ordered_);
   
-  vector_sort (grobs_, default_compare);
+  vector_sort (grobs_, less<Grob*> ());
   ::uniq (grobs_);
 }