From 50ecd5ae90d3670a1a86b3b18b4d0b47b0fc2692 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 9 Jan 2005 23:40:14 +0000 Subject: [PATCH] *** empty log message *** --- lily/grob.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/grob.cc b/lily/grob.cc index de24181a43..3791db358c 100644 --- a/lily/grob.cc +++ b/lily/grob.cc @@ -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_; } -- 2.39.5