aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/source/flmap.h')
-rw-r--r--externals/grill/flext/source/flmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/source/flmap.h b/externals/grill/flext/source/flmap.h
index 814f22ba..50c81b20 100644
--- a/externals/grill/flext/source/flmap.h
+++ b/externals/grill/flext/source/flmap.h
@@ -142,9 +142,9 @@ protected:
void _set(size_t k,void *t);
void *_find(size_t k);
- Data *const data;
- const int max;
const bool owned;
+ const int max;
+ Data *const data;
int n;
TableAnyMap *parent,*left,*right;