]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column.cc
include .dep in dependency too.
[lilypond.git] / lily / dot-column.cc
index 4683c51cb53faa05d0a0edef971ef1a2f81b9c61..a07dfcde116c132bd7aa1e64958ca22896da9dd2 100644 (file)
@@ -21,6 +21,7 @@ using namespace std;
 #include "side-position-interface.hh"
 #include "axis-group-interface.hh"
 #include "stem.hh"
+#include "grob.hh"
 #include "pointer-group-interface.hh"
 
 /*
@@ -292,7 +293,6 @@ Dot_column::add_head (Grob *me, Grob *rh)
 }
 
 ADD_INTERFACE (Dot_column,
-              "dot-column-interface",
               
               "Groups dot objects so they form a column, and position dots so they do not "
               "clash with staff lines ",