aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flmeth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/source/flmeth.cpp')
-rwxr-xr-xexternals/grill/flext/source/flmeth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flmeth.cpp b/externals/grill/flext/source/flmeth.cpp
index eaaca622..e0ecb172 100755
--- a/externals/grill/flext/source/flmeth.cpp
+++ b/externals/grill/flext/source/flmeth.cpp
@@ -115,7 +115,7 @@ void flext_base::ListMethods(AtomList &la,int inlet) const
}
}
- la(list[0].size()+list[1].size());
+ la((int)list[0].size()+(int)list[1].size());
int ix = 0;
MethList::iterator it;
for(i = 0; i <= 1; ++i)