From 019c0e56579fe7f94982434d8efcd7b00d8df0aa Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Fri, 28 Dec 2007 03:43:06 +0000 Subject: ... and again trying to check in 0.41-0 test 10 svn path=/trunk/; revision=9108 --- pd/src/x_time.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pd/src/x_time.c') diff --git a/pd/src/x_time.c b/pd/src/x_time.c index 70285455..60dcf9a5 100644 --- a/pd/src/x_time.c +++ b/pd/src/x_time.c @@ -313,7 +313,7 @@ typedef struct _pipe t_object x_obj; int x_n; int x_nptr; - float x_deltime; + t_float x_deltime; t_pipeout *x_vec; t_gpointer *x_gp; t_hang *x_hang; @@ -327,7 +327,7 @@ static void *pipe_new(t_symbol *s, int argc, t_atom *argv) t_gpointer *gp; int nptr = 0; int i; - float deltime; + t_float deltime; if (argc) { if (argv[argc-1].a_type != A_FLOAT) -- cgit v1.2.1