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.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 fed5390a..4c3a1c9e 100644
--- a/externals/grill/flext/source/flmap.h
+++ b/externals/grill/flext/source/flmap.h
@@ -194,7 +194,7 @@ private:
const int tsize;
Data *const data;
- int count,n;
+ int n,count;
TableAnyMap *parent,*left,*right;
int _tryix(size_t k) const