]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-array.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / grob-array.cc
index bf85be414c7fc82ec8c73e516f0a075c63fe83b4..dff5102a83c776406473e5ba60ed4ae6e54e8ee7 100644 (file)
@@ -87,7 +87,7 @@ Grob_array::remove_duplicates ()
 {
   assert (!ordered_);
   
-  vector_sort (grobs_, less<Grob*> ());
+  vector_sort (grobs_, default_compare);
   ::uniq (grobs_);
 }