]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie.hh
Issue 4503 (1/4) Clean up Tie::less and Semi_Tie::less
[lilypond.git] / lily / include / tie.hh
index 7b74d159c85d046913685f41746ccd194dcb4441..a6b3bf59a7d19804b3e80789c246f11e4b2d7305 100644 (file)
@@ -42,8 +42,7 @@ 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 bool less (Grob *s1, Grob *s2);
 };
 
 #endif // TIE_HH