]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/page-layout-problem-scheme.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / page-layout-problem-scheme.cc
index 9a7c8a416d77538070fe1033d6a44a795903a905..d242966a9ba24fa95e62240c773e3fbe520e0120 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2011--2014 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2011--2015 Joe Neeman <joeneeman@gmail.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -29,8 +29,8 @@ LY_DEFINE (ly_get_spacing_spec, "ly:get-spacing-spec", 2, 0, 0,
   LY_ASSERT_SMOB (Grob, from_scm, 1);
   LY_ASSERT_SMOB (Grob, to_scm, 2);
 
-  Grob *from = unsmob_grob (from_scm);
-  Grob *to = unsmob_grob (to_scm);
+  Grob *from = unsmob<Grob> (from_scm);
+  Grob *to = unsmob<Grob> (to_scm);
 
   return Page_layout_problem::get_spacing_spec (from, to, false, 0, 0);
 }