aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flmap.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-10-11 10:09:23 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-10-11 10:09:23 +0000
commitbef75645dd01c9d9e1d375e0e3426eac809875f7 (patch)
tree41bbf7d520f41b94173d4b44a946da5ae3c789c9 /externals/grill/flext/source/flmap.h
parent2aefe91f615726931d9e99d5009e1f6e57f623c9 (diff)
fix for Codewarrior compilation
svn path=/trunk/; revision=3691
Diffstat (limited to 'externals/grill/flext/source/flmap.h')
-rw-r--r--externals/grill/flext/source/flmap.h2
1 files changed, 1 insertions, 1 deletions
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;