]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/axis-group-interface-scheme.cc
* flower/include/std-string.hh:
[lilypond.git] / lily / axis-group-interface-scheme.cc
index 8a672ea94f0eb3053144d243c883a7f6a8af3892..bc1449f8da1f34db0e0f8633131f14e44d46f7b8 100644 (file)
@@ -22,7 +22,7 @@ LY_DEFINE (ly_relative_group_extent, "ly:relative-group-extent",
   SCM_ASSERT_TYPE (unsmob_grob (common), common, SCM_ARG2, __FUNCTION__, "grob");
   SCM_ASSERT_TYPE (is_axis (axis), axis, SCM_ARG3, __FUNCTION__, "axis");
 
-  Link_array__Grob_ elts;
+  vector<Grob*> elts;
   if (!ga)
     {
       for (SCM s = elements; scm_is_pair (s); s = scm_cdr (s))