From e728a5bc3db296b4b67c2d3e5b56558c42c566a8 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 21 Jun 2004 14:08:57 +0000 Subject: "" svn path=/trunk/; revision=1826 --- externals/grill/flext/source/flinternal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 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 29887f8e..0bdc3bf6 100644 --- a/externals/grill/flext/source/flinternal.h +++ b/externals/grill/flext/source/flinternal.h @@ -10,10 +10,10 @@ WARRANTIES, see the file, "license.txt," in this distribution. /*! \file flinternal.h \brief Definitions for internal flext usage - \internal + \internal Here, a few shortcuts for common Max/MSP or PD library calls and type definitions - are declared + are declared */ #ifndef __FLEXT_INTERNALS_H @@ -26,7 +26,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #define object_new(clss) pd_new(clss) #define object_free(obj) pd_free(&(obj)->ob_pd) - + #define add_dsp(clss,meth) class_addmethod(clss, (t_method)meth,gensym("dsp"),A_NULL) -- cgit v1.2.1