]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scheme-listener.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / scheme-listener.hh
index 00242083fda0fdbd4585cc1053626ece4d0c0825..f7d8eac8b5c579eb1e10179f04205e133d8de2c4 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2014 Erik Sandberg  <mandolaerik@gmail.com>
+  Copyright (C) 2006--2015 Erik Sandberg  <mandolaerik@gmail.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
@@ -29,7 +29,7 @@
 class Scheme_listener : public Smob<Scheme_listener>
 {
 public:
-  static int print_smob (SCM, SCM, scm_print_state *);
+  int print_smob (SCM, scm_print_state *);
   SCM mark_smob ();
   virtual ~Scheme_listener ();
   Scheme_listener (SCM callback);