Update of /cvsroot/pure-data/externals/iem16/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25293
Modified Files: iem16_table.h Log Message: removed the "static" from the iem16table-class: it is REALLY needed for these objects to work!
Index: iem16_table.h =================================================================== RCS file: /cvsroot/pure-data/externals/iem16/src/iem16_table.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** iem16_table.h 19 Apr 2007 07:16:51 -0000 1.6 --- iem16_table.h 29 May 2007 18:02:18 -0000 1.7 *************** *** 15,19 **** /* a 16bit table */
! static t_class *table16_class; typedef struct _table16 { t_object x_obj; --- 15,19 ---- /* a 16bit table */
! t_class *table16_class; typedef struct _table16 { t_object x_obj;