]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ambitus.hh
* flower
[lilypond.git] / lily / include / ambitus.hh
index 924b3e87eef088686d71437a65d0a1dbd282b4a3..ea80b286217acae57d85e8f8c2c2cb10e1c95fd5 100644 (file)
@@ -16,9 +16,9 @@ class Grob;
 struct Ambitus
 {
   DECLARE_SCHEME_CALLBACK (print, (SCM smob));
-  static bool has_interface (Grob*);
-  static Slice get_positions (Grob*);
-  static Interval head_width (Grob* me, Grob * common);
+  static bool has_interface (Grob *);
+  static Slice get_positions (Grob *);
+  static Interval head_width (Grob *me, Grob *common);
 };
 
 #endif // AMBITUS_HH