aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flclass.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-06-07 14:13:50 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-06-07 14:13:50 +0000
commit86806ae2e1bb2799ff57ad8279be922e51e082e7 (patch)
treebe66c648156b0ca277723bfedb0e77e77564cfbf /externals/grill/flext/source/flclass.h
parent313b88bebb43ba33af9f3dc4d967607137043662 (diff)
changed initialization functions accordingly
small fix slimmed object data structures digest one-element list messages as single atoms made flext::Forward threadsafe small fixes simplified message analysis svn path=/trunk/; revision=3125
Diffstat (limited to 'externals/grill/flext/source/flclass.h')
-rw-r--r--externals/grill/flext/source/flclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flclass.h b/externals/grill/flext/source/flclass.h
index c2e4600b..e8b68e69 100644
--- a/externals/grill/flext/source/flclass.h
+++ b/externals/grill/flext/source/flclass.h
@@ -867,8 +867,8 @@ private:
mutable ItemCont methhead;
mutable ItemCont *bindhead;
- bool CallMeth(const MethItem &m,int argc,const t_atom *argv);
bool FindMeth(int inlet,const t_symbol *s,int argc,const t_atom *argv);
+ bool FindMethAny(int inlet,const t_symbol *s,int argc,const t_atom *argv);
bool TryMethTag(Item *lst,const t_symbol *tag,int argc,const t_atom *argv);
bool TryMethSym(Item *lst,const t_symbol *s);
bool TryMethAny(Item *lst,const t_symbol *s,int argc,const t_atom *argv);