From d646867589f6bdc27fee21fb69cff58590a1f841 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 20 Apr 2004 02:37:40 +0000 Subject: "" svn path=/trunk/; revision=1618 --- externals/grill/flext/source/flclass.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'externals/grill/flext/source/flclass.h') diff --git a/externals/grill/flext/source/flclass.h b/externals/grill/flext/source/flclass.h index 0102784f..f49341e1 100644 --- a/externals/grill/flext/source/flclass.h +++ b/externals/grill/flext/source/flclass.h @@ -677,7 +677,7 @@ protected: public Item { public: - AttrItem(metharg tp,methfun fun,int flags); + AttrItem(const t_symbol *tag,metharg tp,methfun fun,int flags); enum { afl_get = 0x01, afl_set = 0x02, @@ -696,6 +696,7 @@ protected: metharg argtp; methfun fun; AttrItem *counter; + const t_symbol *tag; }; //! Represent a data value of an attribute -- cgit v1.2.1