]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/source-file.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / source-file.hh
index 7647ce3830320132f58f97cad03190109880fe62..223725f462f310b4204627fecf8a4d63457f1156 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2014 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1999--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -38,8 +38,8 @@ using namespace std;
 class Source_file : public Smob<Source_file>
 {
 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 ();
   static const char type_p_name_[];
   virtual ~Source_file ();
 private: