]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / tie.hh
index 7f96b826cffd20ab84e4902b197381ab47fbc694..5b3706dafd0c2db68d675acbac348078b63d50d8 100644 (file)
@@ -33,8 +33,8 @@ public:
   DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM));
-  static bool less (Grob *const &s1,
-                   Grob *const &s2);
+  static int compare (Grob *const &s1,
+                     Grob *const &s2);
 };