From 36750adcbae929709a3dfcecb659aa66558d0a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 29 May 2007 18:02:18 +0000 Subject: removed the "static" from the iem16table-class: it is REALLY needed for these objects to work! svn path=/trunk/externals/iem16/; revision=7719 --- src/iem16_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iem16_table.h b/src/iem16_table.h index d03ed9b..7f285da 100644 --- a/src/iem16_table.h +++ b/src/iem16_table.h @@ -14,7 +14,7 @@ /* ------------------------- table16 -------------------------- */ /* a 16bit table */ -static t_class *table16_class; +t_class *table16_class; typedef struct _table16 { t_object x_obj; -- cgit v1.2.1