aboutsummaryrefslogtreecommitdiff
path: root/pd/src/x_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/x_time.c')
-rw-r--r--pd/src/x_time.c4
1 files changed, 2 insertions, 2 deletions
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)