]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/duration.hh
Merge branch 'issue4032'
[lilypond.git] / lily / include / duration.hh
index aa9f66e01656dc119c2be5ca070cd565d405f936..959ed09e1be5edb137bb776357ddb93f4bfe22da 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2010 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1997--2014 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
@@ -54,7 +54,8 @@ private:
 };
 
 INSTANTIATE_COMPARE (Duration, Duration::compare);
-DECLARE_UNSMOB (Duration, duration);
+
+extern SCM Duration_type_p_proc;
 
 #endif // DURATION_HH