aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flclass.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-04-20 02:37:40 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-04-20 02:37:40 +0000
commitd646867589f6bdc27fee21fb69cff58590a1f841 (patch)
tree36fb1b5b5b1f70f0a4c51be50a3f540ec5a2ca52 /externals/grill/flext/source/flclass.h
parent0ca2824c6025bb011b4b5a90c8d466ded270c3d2 (diff)
""
svn path=/trunk/; revision=1618
Diffstat (limited to 'externals/grill/flext/source/flclass.h')
-rw-r--r--externals/grill/flext/source/flclass.h3
1 files changed, 2 insertions, 1 deletions
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