aboutsummaryrefslogtreecommitdiff
path: root/src/param.h
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-12 20:40:34 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-12 20:40:34 +0000
commita89ed77a5c948bbb91083fc4e5272713edaf8587 (patch)
tree8af75ba3acb782488122696b7dcc190abc7f78fb /src/param.h
parent3fcf217797b7c91f1371968d7de4124c9999f646 (diff)
Added no preset saving to param
svn path=/trunk/externals/tof/; revision=12583
Diffstat (limited to 'src/param.h')
-rw-r--r--src/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/param.h b/src/param.h
index a6f9686..9782ee1 100644
--- a/src/param.h
+++ b/src/param.h
@@ -1,7 +1,7 @@
//#define PARAMDEBUG
typedef void (*t_paramGetMethod)(void*,t_symbol**,int*,t_atom**);
-typedef void (*t_paramSaveMethod)(void*,t_binbuf*);
+typedef void (*t_paramSaveMethod)(void*,t_binbuf*,int);
typedef void (*t_paramGUIMethod)(void*,int*,t_atom**);
char param_buf_temp_a[MAXPDSTRING];