]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/page-marker.cc
Release: bump Welcome versions.
[lilypond.git] / lily / page-marker.cc
index f488b20bb50dac0f0cb31eaf96cefb26088561cd..af62bdc95e27409ce44c14eea4bd4740ffe5f956 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
@@ -40,10 +40,10 @@ Page_marker::~Page_marker ()
 {
 }
 
-const char Page_marker::type_p_name_[] = "ly:page-marker?";
+const char * const 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_);