aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/source/support.hpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2005-05-02 14:48:25 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:59 +0200
commite50bf5fa3c18516c4bbebb0149cdee83d2c8ae57 (patch)
tree5241ad87cd2ed61e602edda8636007df78f25559 /sc4pd/source/support.hpp
parent26404fcb66045f5b08923d9be037fbd3f6f22ebf (diff)
fixed compiling failure ...
added support for flext build system ... thnx thomas svn path=/trunk/externals/tb/; revision=2881
Diffstat (limited to 'sc4pd/source/support.hpp')
-rw-r--r--sc4pd/source/support.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc4pd/source/support.hpp b/sc4pd/source/support.hpp
index c9cedae..12885cb 100644
--- a/sc4pd/source/support.hpp
+++ b/sc4pd/source/support.hpp
@@ -47,10 +47,10 @@
/* for argument parsing */
-bool sc_add (flext::AtomList a);
-float sc_getfloatarg (flext::AtomList a,int i);
-bool sc_ar(flext::AtomList a);
-bool sc_inv(flext::AtomList a);
+bool sc_add (flext::AtomList& a);
+float sc_getfloatarg (flext::AtomList& a,int i);
+bool sc_ar(flext::AtomList& a);
+bool sc_inv(flext::AtomList& a);
/* for rngs */