]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/source-file.hh
Release: bump Welcome versions.
[lilypond.git] / lily / include / source-file.hh
index 7647ce3830320132f58f97cad03190109880fe62..fc5bf2f54111c83b1bcf35aa8f9c7d5bd3526549 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,9 +38,9 @@ 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);
-  static const char type_p_name_[];
+  int print_smob (SCM, scm_print_state *) const;
+  SCM mark_smob () const;
+  static const char * const type_p_name_;
   virtual ~Source_file ();
 private:
   vector<char const *> newline_locations_;