diff --git a/autobuild.xml b/autobuild.xml
index fee61b7f2d..d12bb1d3f7 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -1630,9 +1630,9 @@
archive
name
linux
@@ -1642,9 +1642,9 @@
archive
name
windows
diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h
index 49e84cf1b4..fdfc24f8b7 100644
--- a/indra/llmath/lloctree.h
+++ b/indra/llmath/lloctree.h
@@ -580,11 +580,19 @@ public:
}
protected:
+ typedef enum
+ {
+ CENTER = 0,
+ SIZE = 1,
+ MAX = 2,
+ MIN = 3
+ } eDName;
+
LLVector4a mCenter;
LLVector4a mSize;
LLVector4a mMax;
LLVector4a mMin;
-
+
oct_node* mParent;
U8 mOctant;