diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-03-17 17:36:01 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-03-17 17:36:01 -0400 |
commit | 3825ee503ddab29cf408ae35f5a43bcc154353f2 (patch) | |
tree | 6b31c767bd0b4f982c971b3d51593907b81bdae3 /indra/newview/llpolymorph.h | |
parent | a4f2c570dd42066f0e2738a0fd2de6c61c35b47b (diff) |
Work in progress. Big code cleanup ported from TheShining/avatar-physics (defunct branch).
Added butt and belly.
Diffstat (limited to 'indra/newview/llpolymorph.h')
-rw-r--r-- | indra/newview/llpolymorph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpolymorph.h b/indra/newview/llpolymorph.h index bc111882b7..8a024f2e9e 100644 --- a/indra/newview/llpolymorph.h +++ b/indra/newview/llpolymorph.h @@ -46,6 +46,7 @@ class LLPolyMorphData public: LLPolyMorphData(const std::string& morph_name); ~LLPolyMorphData(); + LLPolyMorphData(const LLPolyMorphData &rhs); BOOL loadBinary(LLFILE* fp, LLPolyMeshSharedData *mesh); const std::string& getName() { return mName; } |