summaryrefslogtreecommitdiff
path: root/indra/newview/llvowater.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvowater.h')
-rw-r--r--indra/newview/llvowater.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llvowater.h b/indra/newview/llvowater.h
index fd140fda56..e3df822037 100644
--- a/indra/newview/llvowater.h
+++ b/indra/newview/llvowater.h
@@ -32,8 +32,7 @@ public:
VERTEX_DATA_MASK = (1 << LLVertexBuffer::TYPE_VERTEX) |
(1 << LLVertexBuffer::TYPE_NORMAL) |
(1 << LLVertexBuffer::TYPE_TEXCOORD)
- }
- eVertexDataMask;
+ };
LLVOWater(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp);