From d44855f270e3f1959ef839136ff8632d36971724 Mon Sep 17 00:00:00 2001 From: Georg Holzmann Date: Thu, 18 Jan 2007 19:04:47 +0000 Subject: fix for osx svn path=/trunk/externals/iem16/; revision=7364 --- 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 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; -- cgit v1.2.1