]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-array.cc
Run `make grand-replace'.
[lilypond.git] / lily / grob-array.cc
index dff5102a83c776406473e5ba60ed4ae6e54e8ee7..281ae61e27cd71aa55342e6400fc8f3eb317ed09 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--2008 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_);
 }