]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/item-scheme.cc
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / item-scheme.cc
index bbb595d10e889f41b00295b3ee4a2a0cb6aa4b22..426d9532a6ebeb3fcee8cc145d01aec3b68a71dc 100644 (file)
@@ -24,7 +24,7 @@ LY_DEFINE (ly_item_break_dir, "ly:item-break-dir",
           "The break status dir of item @var{it}. @code{-1} is end of "
           "line, @code{0} unbroken, and @code{1} begin of line.")
 {
-  LY_ASSERT_FIRST_TYPE (unsmob_item, it);
+  LY_ASSERT_TYPE (unsmob_item, it, 1);
   Item *me = unsmob_item (it);
   return scm_from_int (me->break_status_dir ());
 }