summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-06-15 19:16:39 -0500
committerDave Parks <davep@lindenlab.com>2010-06-15 19:16:39 -0500
commit66e353812f4732c77206322d271b2346dd74feec (patch)
tree695a3f15b458ca5901cf1dae6ed1952ed313562b /indra/llmath/llvolume.h
parent1b7b8aa00ea4329243125a1c53c90115ff7d6bfa (diff)
Get meshes working post-SSE pass.
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r--indra/llmath/llvolume.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h
index 4aef3be973..af28337f57 100644
--- a/indra/llmath/llvolume.h
+++ b/indra/llmath/llvolume.h
@@ -817,6 +817,8 @@ public:
public:
VertexData();
VertexData(const VertexData& rhs);
+ const VertexData& operator=(const VertexData& rhs);
+
~VertexData();
LLVector4a& getPosition();
LLVector4a& getNormal();