X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpage-marker.hh;h=a18173f5c4b3d7f32f945288c74395e6888b5484;hb=0b544cfb7332615ef809b71b57ab656741311ae1;hp=c8b7e57ddc60b2da0a1195b2587c981ecb72d207;hpb=bc95f4434f760d41191341ab4508b2064eb19025;p=lilypond.git diff --git a/lily/include/page-marker.hh b/lily/include/page-marker.hh index c8b7e57ddc..a18173f5c4 100644 --- a/lily/include/page-marker.hh +++ b/lily/include/page-marker.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2007--2010 Nicolas Sceaux + Copyright (C) 2007--2014 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 @@ -21,6 +21,7 @@ #define PAGE_MARKER_HH #include "smobs.hh" +#include "virtual-methods.hh" class Page_marker { @@ -32,7 +33,9 @@ class Page_marker public: Page_marker (); - + Page_marker (Page_marker const &); + VIRTUAL_COPY_CONSTRUCTOR (Page_marker, Page_marker); + void set_permission (SCM symbol, SCM permission); void set_label (SCM label);