From c0ca4188c9813ddb28076c025fdcd3f4f100abeb Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 10 Dec 2003 03:37:59 +0000 Subject: "" svn path=/trunk/; revision=1212 --- externals/grill/flext/source/flinternal.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'externals/grill/flext/source/flinternal.h') diff --git a/externals/grill/flext/source/flinternal.h b/externals/grill/flext/source/flinternal.h index c8cdcf2a..29887f8e 100644 --- a/externals/grill/flext/source/flinternal.h +++ b/externals/grill/flext/source/flinternal.h @@ -46,12 +46,12 @@ WARRANTIES, see the file, "license.txt," in this distribution. #define add_anything(clss,meth) class_addanything(clss,meth) -#define newout_signal(clss) outlet_new(clss,&s_signal) -#define newout_float(clss) outlet_new(clss,&s_float) -#define newout_flint(clss) outlet_new(clss,&s_float) -#define newout_list(clss) outlet_new(clss,&s_list) -#define newout_symbol(clss) outlet_new(clss,&s_symbol) -#define newout_anything(clss) outlet_new(clss,&s_anything) +#define newout_signal(clss) outlet_new(clss,gensym("signal")) +#define newout_float(clss) outlet_new(clss,gensym("float")) +#define newout_flint(clss) outlet_new(clss,gensym("float")) +#define newout_list(clss) outlet_new(clss,gensym("list")) +#define newout_symbol(clss) outlet_new(clss,gensym("symbol")) +#define newout_anything(clss) outlet_new(clss,gensym("anything")) #define outlet_flint(o,v) outlet_float(o,(float)(v)) -- cgit v1.2.1