X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpage-layout-problem-scheme.cc;h=d242966a9ba24fa95e62240c773e3fbe520e0120;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=933368517c8f7e43b3571e72ae232031ab96decc;hpb=5bbfc22fce036b9b69df5e420de93e11da23c05e;p=lilypond.git diff --git a/lily/page-layout-problem-scheme.cc b/lily/page-layout-problem-scheme.cc index 933368517c..d242966a9b 100644 --- a/lily/page-layout-problem-scheme.cc +++ b/lily/page-layout-problem-scheme.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2011--2014 Joe Neeman + Copyright (C) 2011--2015 Joe Neeman 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 = Grob::unsmob (from_scm); - Grob *to = Grob::unsmob (to_scm); + Grob *from = unsmob (from_scm); + Grob *to = unsmob (to_scm); return Page_layout_problem::get_spacing_spec (from, to, false, 0, 0); }