aboutsummaryrefslogtreecommitdiff
path: root/shared/common/vefl.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/common/vefl.h')
-rw-r--r--shared/common/vefl.h2
1 files changed, 1 insertions, 1 deletions
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);