diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-09-06 17:38:56 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-09-06 17:38:56 +0300 |
commit | f6655bd2ae4aca0fa309ee1fdbcc515d6606b949 (patch) | |
tree | 210c5f7267c66b987c6d9a2ee0fc20d06e05a31c /indra/newview/llvoavatar.h | |
parent | 9225439043ed805f6eeb0ed8e69000af5bcec226 (diff) |
Backed out changeset: ab07c3c8d1ea (MAINT-5013)
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 253d9c24f3..bd89d4ef23 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -188,7 +188,7 @@ public: /*virtual*/ LLVector3 getCharacterVelocity(); /*virtual*/ LLVector3 getCharacterAngularVelocity(); - /*virtual*/ LLUUID remapMotionID(const LLUUID& id, ESex gender); + /*virtual*/ LLUUID remapMotionID(const LLUUID& id); /*virtual*/ BOOL startMotion(const LLUUID& id, F32 time_offset = 0.f); /*virtual*/ BOOL stopMotion(const LLUUID& id, BOOL stop_immediate = FALSE); virtual bool hasMotionFromSource(const LLUUID& source_id); |