diff options
Diffstat (limited to 'indra/newview/llpanelgroupbulkimpl.h')
-rw-r--r-- | indra/newview/llpanelgroupbulkimpl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelgroupbulkimpl.h b/indra/newview/llpanelgroupbulkimpl.h index 3241c019de..0bc834d67e 100644 --- a/indra/newview/llpanelgroupbulkimpl.h +++ b/indra/newview/llpanelgroupbulkimpl.h @@ -63,6 +63,7 @@ public: public: static const S32 MAX_GROUP_INVITES = 100; // Max invites per request. 100 to match server cap. + LLUUID mGroupID; @@ -88,6 +89,7 @@ public: std::string mOwnerWarning; std::string mAlreadyInGroup; bool mConfirmedOwnerInvite; + bool mListFullNotificationSent; }; #endif // LL_LLPANELGROUPBULKIMPL_H |