]> 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 b8e42ee9110a86cd833b2916b0ab4cc37e93d8c7..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,8 +29,8 @@
 class Scheme_listener : public Smob<Scheme_listener>
 {
 public:
-  static int print_smob (SCM, SCM, scm_print_state *);
-  static SCM mark_smob (SCM);
+  int print_smob (SCM, scm_print_state *);
+  SCM mark_smob ();
   virtual ~Scheme_listener ();
   Scheme_listener (SCM callback);
   DECLARE_LISTENER (call);