From bef75645dd01c9d9e1d375e0e3426eac809875f7 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 11 Oct 2005 10:09:23 +0000 Subject: fix for Codewarrior compilation svn path=/trunk/; revision=3691 --- externals/grill/flext/source/flmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/flext/source/flmap.h') diff --git a/externals/grill/flext/source/flmap.h b/externals/grill/flext/source/flmap.h index 601f1df7..69204e2e 100644 --- a/externals/grill/flext/source/flmap.h +++ b/externals/grill/flext/source/flmap.h @@ -144,7 +144,7 @@ public: void _check(int tsize); #endif - Data *const data; + Data *data; TableAnyMap *parent,*left,*right; int n; -- cgit v1.2.1