X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fhorizontal-bracket.cc;h=000da711fe7bbba3657dbbe65c485aee1f136d4a;hb=aa2b5b377586a52fcb6b14d4dd464b94f6738560;hp=003a375d527016270c42ea321854f831e7c63005;hpb=e8b68d8a878a0ee0381719230cf911dbcefa168d;p=lilypond.git diff --git a/lily/horizontal-bracket.cc b/lily/horizontal-bracket.cc index 003a375d52..000da711fe 100644 --- a/lily/horizontal-bracket.cc +++ b/lily/horizontal-bracket.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2002--2014 Han-Wen Nienhuys + Copyright (C) 2002--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,6 +30,8 @@ #include "spanner.hh" #include "item.hh" +using std::vector; + Stencil Horizontal_bracket::make_bracket (Grob *me, Real length, @@ -101,7 +103,7 @@ MAKE_SCHEME_CALLBACK (Horizontal_bracket, print, 1); SCM Horizontal_bracket::print (SCM smob) { - Spanner *me = Spanner::unsmob (smob); + Spanner *me = unsmob (smob); extract_grob_set (me, "columns", gs); vector enclosed = gs;