]> git.donarmstrong.com Git - lilypond.git/commitdiff
beautifying
authorWerner Lemberg <wl@gnu.org>
Tue, 23 Mar 2004 07:01:46 +0000 (07:01 +0000)
committerWerner Lemberg <wl@gnu.org>
Tue, 23 Mar 2004 07:01:46 +0000 (07:01 +0000)
lily/custos.cc
lily/include/staff-symbol-referencer.hh

index 83913b2cda5de44fb815e0010344c004d6cce784..db442a3dee226963ca02dbc913208085d202c8cc 100644 (file)
@@ -54,7 +54,7 @@ Custos::print (SCM smob)
   Direction neutral_direction =
     to_dir (me->get_property ("neutral-direction"));
 
-  int pos = (int)Staff_symbol_referencer::get_rounded_position (me);
+  int pos = Staff_symbol_referencer::get_rounded_position (me);
   int sz = Staff_symbol_referencer::line_count (me)-1;
 
   String font_char = "custodes-" + style + "-";
index b93516dbe09bbe3907995f478b9d5cfaa9713db7..3a4b5946abb9484747c70d7ac457bc030a99dc96 100644 (file)
@@ -40,7 +40,7 @@ public:
   static int line_count (Grob*);
   static Real get_position (Grob*);
   static Real staff_radius (Grob*);
-  static int get_rounded_position (Grob*me);
+  static int get_rounded_position (Grob*);
 };
 
 int compare_position (Grob *const&,Grob *const&);