From f237ae21678a18c8862d4e8c1f180f1d56097b17 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 7 Mar 2003 04:40:37 +0000 Subject: "" svn path=/trunk/; revision=455 --- externals/grill/flext/source/flsupport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/flext/source/flsupport.h') diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h index 760083a8..f7e65899 100644 --- a/externals/grill/flext/source/flsupport.h +++ b/externals/grill/flext/source/flsupport.h @@ -516,10 +516,10 @@ public: */ //! Send a message to a symbol (bound to an object) - static bool Forward(const t_symbol *s,int argc,const t_atom *argv); + static bool Forward(const t_symbol *sym,const t_symbol *s,int argc,const t_atom *argv); - static bool Forward(const t_symbol *s,AtomList &args) { return Forward(s,args.Count(),args.Atoms()); } - static bool Forward(const char *s,AtomList &args) { return Forward(MakeSymbol(s),args.Count(),args.Atoms()); } + static bool Forward(const t_symbol *sym,AtomAnything &args) { return Forward(sym,args.Header(),args.Count(),args.Atoms()); } + static bool Forward(const char *sym,AtomAnything &args) { return Forward(MakeSymbol(sym),args.Header(),args.Count(),args.Atoms()); } //! @} FLEXT_S_MSG -- cgit v1.2.1