aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/fldsp.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-19 04:57:15 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-19 04:57:15 +0000
commit86ecf983a799e73b54a13616e5fda6b268c20e5e (patch)
treefeaec7ac8e9e58e51b9f3ed7f42abe09f54da604 /externals/grill/flext/source/fldsp.cpp
parent1d804dc7b2502eb0e817b54077dd9960ca20c606 (diff)
- fixed typos and 64-bit compatibility
- conform to idle callback functionality in devel_0_38 cleanups svn path=/trunk/; revision=2522
Diffstat (limited to 'externals/grill/flext/source/fldsp.cpp')
-rw-r--r--externals/grill/flext/source/fldsp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/fldsp.cpp b/externals/grill/flext/source/fldsp.cpp
index f27ae032..3dd97f4c 100644
--- a/externals/grill/flext/source/fldsp.cpp
+++ b/externals/grill/flext/source/fldsp.cpp
@@ -89,7 +89,7 @@ void flext_dsp::dspmeth(fts_word_t *w)
#else
t_int *flext_dsp::dspmeth(t_int *w)
{
- flext_dsp *obj = (flext_dsp *)w[1];
+ flext_dsp *obj = (flext_dsp *)(size_t)w[1];
/*
#ifdef FLEXT_DEBUG
if(!obj->thisHdr()) {