]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/simple-closure.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / simple-closure.hh
index 3ce4f20d9483a987b2816524020aec49b1dac4d2..8903bba1facf9497e8e0b2b034c5179626b8452e 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@ class Simple_closure : public Smob1<Simple_closure>
 {
 public:
   SCM expression() const { return scm1 (); }
-  static int print_smob (SCM, SCM, scm_print_state *);
+  int print_smob (SCM, scm_print_state *);
   static const char type_p_name_[];
 };