From 0b88e79d4276de677d6ec0aff3e292c1d67c6315 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 1 Apr 2003 02:32:26 +0000 Subject: "" svn path=/trunk/; revision=517 --- externals/grill/flext/source/fllib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- cgit v1.2.1