]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/moment.cc
release: 1.3.13
[lilypond.git] / lily / moment.cc
index 94d65eab45908f2c7505172309927af96bde03fb..0e11977686cc0c144341dcfedb3c1c0a3aa94927 100644 (file)
@@ -27,7 +27,7 @@ Moment::~Moment()
 int
 Moment::print_smob (SCM s, SCM port, scm_print_state *)
 {
-  Moment  *r = (Moment *) SCM_CDR (s);
+  Moment  *r = (Moment *) gh_cdr (s);
      
   scm_puts ("#<Mom ", port);
   String str(r->str());