aboutsummaryrefslogtreecommitdiff
path: root/pd/src/g_canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/g_canvas.h')
-rw-r--r--pd/src/g_canvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/g_canvas.h b/pd/src/g_canvas.h
index 0ff68775..cdd0b242 100644
--- a/pd/src/g_canvas.h
+++ b/pd/src/g_canvas.h
@@ -546,7 +546,7 @@ EXTERN void word_restore(t_word *wp, t_template *tmpl,
int argc, t_atom *argv);
EXTERN t_scalar *scalar_new(t_glist *owner,
t_symbol *templatesym);
-EXTERN void word_free(t_word *wp, t_template *template);
+EXTERN void word_free(t_word *wp, t_template *tmpl);
EXTERN void scalar_getbasexy(t_scalar *x, float *basex, float *basey);
/* ------helper routines for "garrays" and "plots" -------------- */