]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/page-marker.cc
Run grand replace for 2015.
[lilypond.git] / lily / page-marker.cc
index 78b1b2cefe59cd0113398367213458b866d126e3..1e393862e6b861b1a859602aee3b5a80e54ac927 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2007--2014 Nicolas Sceaux <nicolas.sceaux@free.fr>
+  Copyright (C) 2007--2015 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
@@ -28,6 +28,7 @@ Page_marker::Page_marker ()
 }
 
 Page_marker::Page_marker (Page_marker const &src)
+  : Smob<Page_marker> ()
 {
   symbol_ = src.symbol_;
   permission_ = src.permission_;