]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scm-hash.cc
Doc: NR add @knownissues for Percent Repeats
[lilypond.git] / lily / scm-hash.cc
index 2f3a808c8d9798945a0c5decc101c789efa0fabe..08419d83dd0d223fcff7592af87f9a24cfec2f88 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--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
@@ -72,14 +72,14 @@ Scheme_hash_table::~Scheme_hash_table ()
 }
 
 SCM
-Scheme_hash_table::mark_smob ()
+Scheme_hash_table::mark_smob () const
 {
   scm_gc_mark (hash_tab_);
   return SCM_EOL;
 }
 
 int
-Scheme_hash_table::print_smob (SCM p, scm_print_state *)
+Scheme_hash_table::print_smob (SCM p, scm_print_state *) const
 {
   scm_puts ("#<Scheme_hash_table  ", p);
   scm_display (hash_tab_, p);