]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-column.cc
* lily/include/debug.hh: deprecate.
[lilypond.git] / lily / paper-column.cc
index 2abeff483e683329ddb28305cf91a94375c30869..ad2db208f7b5d67cf39e9c122ceadfc5255eef36 100644 (file)
@@ -9,7 +9,7 @@
 #include "moment.hh"
 #include "paper-column.hh"
 #include "paper-score.hh"
-#include "debug.hh"
+#include "warn.hh"
 #include "axis-group-interface.hh"
 #include "spaceable-grob.hh"
 #include "molecule.hh"
@@ -166,4 +166,5 @@ Paper_column::before_line_breaking (SCM grob)
     }
 
   me->set_grob_property ("bounded-by-me", c);
+  return SCM_UNSPECIFIED;
 }