X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpage-marker.hh;h=a18173f5c4b3d7f32f945288c74395e6888b5484;hb=9e781b7dc83b60a543ce218aa1a5f139f74c760f;hp=4a75cdf2a1c59808c2c240814519f433291aad17;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/include/page-marker.hh b/lily/include/page-marker.hh index 4a75cdf2a1..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--2009 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);