diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-04-23 20:54:08 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-04-23 20:54:08 +0300 |
commit | 8c1d51caf31c7d34c0c6c347576eed141577de2f (patch) | |
tree | 1f395ba3840581ff30545e25b5a7b80c56c88765 /indra/newview/llnamelistctrl.h | |
parent | 2f6bea5ca4275deb4406e20b8a02aec63f2d2894 (diff) |
MAINT-8441 Generate Confirmation message when adding a person to a estate list
Diffstat (limited to 'indra/newview/llnamelistctrl.h')
-rw-r--r-- | indra/newview/llnamelistctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnamelistctrl.h b/indra/newview/llnamelistctrl.h index 677b49e667..50b4d80302 100644 --- a/indra/newview/llnamelistctrl.h +++ b/indra/newview/llnamelistctrl.h @@ -154,6 +154,8 @@ public: void removeNameItem(const LLUUID& agent_id); + LLScrollListItem* getNameItemByAgentId(const LLUUID& agent_id); + // LLView interface /*virtual*/ BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAndDropType cargo_type, void *cargo_data, |