diff options
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r-- | linden/indra/newview/llagent.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h index b86ab69..faf94ab 100644 --- a/linden/indra/newview/llagent.h +++ b/linden/indra/newview/llagent.h | |||
@@ -350,6 +350,7 @@ public: | |||
350 | 350 | ||
351 | // Animation functions | 351 | // Animation functions |
352 | void requestStopMotion( LLMotion* motion ); | 352 | void requestStopMotion( LLMotion* motion ); |
353 | void onAnimStop(const LLUUID& id); | ||
353 | 354 | ||
354 | void sendAnimationRequests(LLDynamicArray<LLUUID> &anim_ids, EAnimRequest request); | 355 | void sendAnimationRequests(LLDynamicArray<LLUUID> &anim_ids, EAnimRequest request); |
355 | void sendAnimationRequest(const LLUUID &anim_id, EAnimRequest request); | 356 | void sendAnimationRequest(const LLUUID &anim_id, EAnimRequest request); |
@@ -667,8 +668,8 @@ public: | |||
667 | U8 mAccess; // SIM_ACCESS_MATURE or SIM_ACCESS_PG | 668 | U8 mAccess; // SIM_ACCESS_MATURE or SIM_ACCESS_PG |
668 | U64 mGroupPowers; | 669 | U64 mGroupPowers; |
669 | BOOL mHideGroupTitle; | 670 | BOOL mHideGroupTitle; |
670 | char mGroupTitle[DB_GROUP_TITLE_BUF_SIZE]; // honorific, like "Sir" | 671 | char mGroupTitle[DB_GROUP_TITLE_BUF_SIZE]; /*Flawfinder: ignore*/ // honorific, like "Sir" |
671 | char mGroupName[DB_GROUP_NAME_BUF_SIZE]; | 672 | char mGroupName[DB_GROUP_NAME_BUF_SIZE]; /*Flawfinder: ignore*/ |
672 | LLUUID mGroupID; | 673 | LLUUID mGroupID; |
673 | //LLUUID mGroupInsigniaID; | 674 | //LLUUID mGroupInsigniaID; |
674 | LLUUID mInventoryRootID; | 675 | LLUUID mInventoryRootID; |