]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 9 Jan 2005 23:40:14 +0000 (23:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 9 Jan 2005 23:40:14 +0000 (23:40 +0000)
lily/grob.cc

index de24181a4363356a9fe8dd25e67a58ef7e0d3363..3791db358cc04c1d22561ac027afa9e92c5e3512 100644 (file)
@@ -663,7 +663,7 @@ Grob::internal_has_interface (SCM k)
 Grob*
 Grob::get_parent (Axis a) const
 {
-  return  dim_cache_[a].parent_;
+  return dim_cache_[a].parent_;
 }