summaryrefslogtreecommitdiff
path: root/indra/llmath/lloctree.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-06-04 08:46:00 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-06-04 08:46:00 +0100
commit087b7499082c7f0ae867990a102bc8f90a83471d (patch)
treeedb54212fdf246711074bbb00bd0a330d450c654 /indra/llmath/lloctree.h
parentca1caeb1deedd1b8e59a90223153ca6f05914b95 (diff)
fix scoping issues for gcc
Diffstat (limited to 'indra/llmath/lloctree.h')
-rw-r--r--indra/llmath/lloctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h
index f61ce6ce05..df77971204 100644
--- a/indra/llmath/lloctree.h
+++ b/indra/llmath/lloctree.h
@@ -640,7 +640,7 @@ public:
const LLVector4a& v = data->getPositionGroup();
LLVector4a val;
- val.setSub(v, mD[CENTER]);
+ val.setSub(v, BaseType::mD[BaseType::CENTER]);
val.setAbs(val);
S32 lt = val.lessThan4(MAX_MAG).getComparisonMask() & 0x7;