]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-mod.cc
Release: bump Welcome versions.
[lilypond.git] / lily / context-mod.cc
index f72cb8b404cf9ca2f7e1c9b6fa42a021dd08025c..892d692bbf8f6c2a89ff1d7288929cf8a8891e95 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2010--2014 Reinhold Kainhofer <reinhold@kainhofer.com>
+  Copyright (C) 2010--2015 Reinhold Kainhofer <reinhold@kainhofer.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -34,10 +34,10 @@ Context_mod::Context_mod (SCM mod_list)
   mods_ = scm_reverse (mod_list);
 }
 
-const char Context_mod::type_p_name_[] = "ly:context-mod?";
+const char * const Context_mod::type_p_name_ = "ly:context-mod?";
 
 int
-Context_mod::print_smob (SCM port, scm_print_state *)
+Context_mod::print_smob (SCM port, scm_print_state *) const
 {
   scm_puts ("#<Context_mod ", port);
   scm_display (get_mods (), port);
@@ -46,7 +46,7 @@ Context_mod::print_smob (SCM port, scm_print_state *)
 }
 
 SCM
-Context_mod::mark_smob ()
+Context_mod::mark_smob () const
 {
   return mods_;
 }