diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-04-01 02:32:26 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-04-01 02:32:26 +0000 |
commit | 0b88e79d4276de677d6ec0aff3e292c1d67c6315 (patch) | |
tree | e4fbf2faee676b783c825463036c443385c3bc90 /externals/grill/flext | |
parent | b0fde116adcede86e4876352e1d3d5978a7e8cde (diff) |
""
svn path=/trunk/; revision=517
Diffstat (limited to 'externals/grill/flext')
-rwxr-xr-x | externals/grill/flext/source/fllib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/fllib.cpp b/externals/grill/flext/source/fllib.cpp index 54c5f60f..281bad58 100755 --- a/externals/grill/flext/source/fllib.cpp +++ b/externals/grill/flext/source/fllib.cpp @@ -234,7 +234,7 @@ void flext_obj::obj_add(bool lib,bool dsp,bool attr,const char *idname,const cha *cl = ::class_new( (t_symbol *)nsym, (t_newmethod)obj_new,(t_method)obj_free, - sizeof(flext_hdr),0,A_GIMME,A_NULL); + sizeof(flext_hdr),CLASS_DEFAULT,A_GIMME,A_NULL); #elif FLEXT_SYS == FLEXT_SYS_MAX if(!lib) { ::setup( |