]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context-mod.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / context-mod.hh
index 424f06a8ecdebe5b7fe8d1516798f07ae08a7b51..a42ec91433a26d1b807a2191d80ec7c59342e359 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
@@ -36,8 +36,8 @@
 */
 struct Context_mod : public Simple_smob<Context_mod>
 {
-  static SCM mark_smob (SCM);
-  static int print_smob (SCM, SCM, scm_print_state *);
+  SCM mark_smob ();
+  int print_smob (SCM, scm_print_state *);
   static const char type_p_name_[];
 private:
   SCM mods_;