diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-05-29 18:02:18 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-05-29 18:02:18 +0000 |
commit | 36750adcbae929709a3dfcecb659aa66558d0a82 (patch) | |
tree | 0c122398fd5f978f1b4bc4fafa913aca2b8a419f /src | |
parent | 665da1410cc26dedc701f6032c7301484e3b1603 (diff) |
removed the "static" from the iem16table-class: it is REALLY needed for
these objects to work!
svn path=/trunk/externals/iem16/; revision=7719
Diffstat (limited to 'src')
-rw-r--r-- | src/iem16_table.h | 2 |
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; |