X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpage-marker.cc;h=02b9c4ad19e82c6a00b2a970ea5d098881820ed5;hb=dd2101e2637c31ac595cdc2ab385ae0c2973ce51;hp=f488b20bb50dac0f0cb31eaf96cefb26088561cd;hpb=0fe24db3936774a8fb913cb14c997036db7aeb1c;p=lilypond.git diff --git a/lily/page-marker.cc b/lily/page-marker.cc index f488b20bb5..02b9c4ad19 100644 --- a/lily/page-marker.cc +++ b/lily/page-marker.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2007--2014 Nicolas Sceaux + Copyright (C) 2007--2015 Nicolas Sceaux LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -43,7 +43,7 @@ Page_marker::~Page_marker () const char Page_marker::type_p_name_[] = "ly:page-marker?"; SCM -Page_marker::mark_smob () +Page_marker::mark_smob () const { scm_gc_mark (symbol_); scm_gc_mark (permission_);