aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Holzmann <grholzi@users.sourceforge.net>2007-01-18 19:04:47 +0000
committerGeorg Holzmann <grholzi@users.sourceforge.net>2007-01-18 19:04:47 +0000
commitd44855f270e3f1959ef839136ff8632d36971724 (patch)
treec0869735aa28336a34294455285d915af96b6025
parentfed58c4b62eee25b224aaf03231057e6c8982663 (diff)
fix for osx
svn path=/trunk/externals/iem16/; revision=7364
-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 76b1ecf..3ba50f3 100644
--- a/src/iem16_table.h
+++ b/src/iem16_table.h
@@ -14,7 +14,7 @@
/* ------------------------- table16 -------------------------- */
/* a 16bit table */
-t_class *table16_class;
+static t_class *table16_class;
typedef struct _table16 {
t_object x_obj;