]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page-marker.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / page-marker.hh
index 4a75cdf2a1c59808c2c240814519f433291aad17..a18173f5c4b3d7f32f945288c74395e6888b5484 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2007--2009 Nicolas Sceaux <nicolas.sceaux@free.fr>
+  Copyright (C) 2007--2014 Nicolas Sceaux <nicolas.sceaux@free.fr>
 
   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);