From 46f43299d2ac39135a4d2da28f3566639589d9b5 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 9 Jun 2015 17:45:57 +0000 Subject: cyclone/.../vefl.[ch]: yet another almost forgotten part of the garray_getarraywords conversion. svn path=/trunk/externals/miXed/; revision=17482 --- shared/common/vefl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/common/vefl.h') diff --git a/shared/common/vefl.h b/shared/common/vefl.h index e470a80..6a09fdf 100644 --- a/shared/common/vefl.h +++ b/shared/common/vefl.h @@ -19,7 +19,7 @@ typedef struct _vefl double v_updtime; } t_vefl; -t_float *vefl_get(t_symbol *name, int *vszp, int indsp, t_pd *complain); +t_word *vefl_get(t_symbol *name, int *vszp, int indsp, t_pd *complain); t_vefl *vefl_new(t_symbol *name, int writable, t_glist *gl, t_garray *arr); t_vefl *vefl_placement_new(t_vefl *vp, t_symbol *name, int writable, t_glist *gl, t_garray *arr); -- cgit v1.2.1