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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flmeth.cpp b/externals/grill/flext/source/flmeth.cpp
index e911d563..ce49b5c5 100755
--- a/externals/grill/flext/source/flmeth.cpp
+++ b/externals/grill/flext/source/flmeth.cpp
@@ -108,7 +108,8 @@ void flext_base::ListMethods(AtomList &la,int inlet) const
typedef std::set<MethItem *,methless> MethList;
MethList list[2];
- for(int i = 0; i <= 1; ++i) {
+ int i;
+ for(i = 0; i <= 1; ++i) {
ItemCont *a = i?methhead:clmethhead;
if(a) {
for(int ai = 0; ai < a->Size(); ++ai) {