summaryrefslogtreecommitdiff
path: root/indra/newview/llvotree.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvotree.h')
-rw-r--r--indra/newview/llvotree.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llvotree.h b/indra/newview/llvotree.h
index e10abbfb27..509d23d011 100644
--- a/indra/newview/llvotree.h
+++ b/indra/newview/llvotree.h
@@ -23,13 +23,12 @@ protected:
~LLVOTree();
public:
- enum
+ enum
{
VERTEX_DATA_MASK = (1 << LLVertexBuffer::TYPE_VERTEX) |
(1 << LLVertexBuffer::TYPE_NORMAL) |
(1 << LLVertexBuffer::TYPE_TEXCOORD)
- }
- eVertexDataMask;
+ };
LLVOTree(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp);