]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/duration.hh
Implement ly_memv as a sloppy memv variant
[lilypond.git] / lily / include / duration.hh
index c46d03614b3308b192a4f41d2785da44e40d408a..7a57cf53af6a4ff5dd333266173374a89bac9591 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1997--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
@@ -28,7 +28,7 @@
 struct Duration : public Simple_smob<Duration>
 {
   static SCM equal_p (SCM, SCM);
-  int print_smob (SCM, scm_print_state *);
+  int print_smob (SCM, scm_print_state *) const;
   static const char type_p_name_[];
   Duration ();
   Duration (int, int);