]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/item-scheme.cc
Run grand replace for 2015.
[lilypond.git] / lily / item-scheme.cc
index 0887ac3d9af71a7f60577bb23667d8a98e76318e..0e6b71ef30a8191931495c3ff16bd6d9bb5fcadb 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -35,7 +35,7 @@ LY_DEFINE (ly_item_break_dir, "ly:item-break-dir",
            " end of line, @code{0}@tie{}unbroken, and"
            " @code{1}@tie{}beginning of line.")
 {
-  LY_ASSERT_TYPE (Item::unsmob, it, 1);
+  LY_ASSERT_SMOB (Item, it, 1);
   Item *me = Item::unsmob (it);
   return scm_from_int (me->break_status_dir ());
 }