]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rhythmic-head.hh
release: 1.3.66
[lilypond.git] / lily / include / rhythmic-head.hh
index 8145bd911827b9611d598fb4d520ecc73007145f..33e7bb279b6baa5e8c688b168201eb32c79f6868 100644 (file)
@@ -30,9 +30,9 @@ public:
   VIRTUAL_COPY_CONS(Rhythmic_head);
   int balltype_i () const;
 
-  void add_dots (Dots *);
+  void add_dots (Item *);
   Stem * stem_l () const;
-  Dots * dots_l () const;
+  Item * dots_l () const;
   int dot_count () const;
 
   SCM member_after_line_breaking ();