diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-25 04:41:32 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-25 04:41:32 +0000 |
commit | c1313aea8746276cc4de4dbd177f6bf732db2a05 (patch) | |
tree | ac6763662109772ba7069488cccd5ff4d72d328a /externals/grill/fftease/src/ether~.cpp | |
parent | e1bdd67199e389a5ba7eb03ecff171058c37a467 (diff) |
""
svn path=/trunk/; revision=361
Diffstat (limited to 'externals/grill/fftease/src/ether~.cpp')
-rw-r--r-- | externals/grill/fftease/src/ether~.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/fftease/src/ether~.cpp b/externals/grill/fftease/src/ether~.cpp index 80cd2df2..0e9803f0 100644 --- a/externals/grill/fftease/src/ether~.cpp +++ b/externals/grill/fftease/src/ether~.cpp @@ -66,7 +66,7 @@ ether::ether(I argc,const t_atom *argv): } -V ether::Transform(I _N,S *const *in) +V ether::Transform(I _N,S *const *) { const BL inv = _invert; const F threshMult = _threshMult?_threshMult:1; |