diff --git a/autobuild.xml b/autobuild.xml
index d12bb1d3f7..fee61b7f2d 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 fdfc24f8b7..49e84cf1b4 100644
--- a/indra/llmath/lloctree.h
+++ b/indra/llmath/lloctree.h
@@ -580,19 +580,11 @@ 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;