]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rod.hh
partial: 1.1.61.jcn
[lilypond.git] / lily / include / rod.hh
index 0b246e75c4234515ab53e9c68800a3de55288003..4d1f13982edfba40270c5e2c52ff60757010c832 100644 (file)
@@ -13,7 +13,8 @@
 #include "direction.hh"
 #include "drul-array.hh"
 
-struct Column_rod {
+struct Column_rod
+{
   Paper_column *other_l_;
   Real distance_f_;
 
@@ -22,16 +23,14 @@ struct Column_rod {
   void print () const;
 };
 
+
 struct Rod
 {
   Drul_array <Item*> item_l_drul_;
   Real distance_f_;
   void add_to_cols ();
 
-  Rod (Single_malt_grouping_item*,Single_malt_grouping_item*);
   Rod ();
 };
-
-
 #endif /* ROD_HH */