diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-13 09:52:12 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-13 09:52:12 +0000 |
commit | 1d804dc7b2502eb0e817b54077dd9960ca20c606 (patch) | |
tree | 78dbf3cdfea722c0f47efa1b6c8876e945337f4a /pd | |
parent | 12dd4dd914b26ef48f6d6b7f49077d62b63be217 (diff) |
fixed appearance of C++ keyword
svn path=/trunk/; revision=2499
Diffstat (limited to 'pd')
-rw-r--r-- | pd/src/g_canvas.h | 2 |
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" -------------- */ |