aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-05-29 18:02:18 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-05-29 18:02:18 +0000
commit36750adcbae929709a3dfcecb659aa66558d0a82 (patch)
tree0c122398fd5f978f1b4bc4fafa913aca2b8a419f
parent665da1410cc26dedc701f6032c7301484e3b1603 (diff)
removed the "static" from the iem16table-class: it is REALLY needed for
these objects to work! svn path=/trunk/externals/iem16/; revision=7719
-rw-r--r--src/iem16_table.h2
1 files changed, 1 insertions, 1 deletions
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;