summaryrefslogtreecommitdiff
path: root/indra/llcharacter/llmotion.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcharacter/llmotion.h')
-rw-r--r--indra/llcharacter/llmotion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcharacter/llmotion.h b/indra/llcharacter/llmotion.h
index 13825dde30..7669920339 100644
--- a/indra/llcharacter/llmotion.h
+++ b/indra/llcharacter/llmotion.h
@@ -49,13 +49,13 @@ class LLCharacter;
class LLMotion
{
public:
- typedef enum LLMotionBlendType
+ enum LLMotionBlendType
{
NORMAL_BLEND,
ADDITIVE_BLEND
};
- typedef enum LLMotionInitStatus
+ enum LLMotionInitStatus
{
STATUS_FAILURE,
STATUS_SUCCESS,