diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-06-26 14:47:30 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-06-26 14:47:30 +0300 |
commit | dc0bd05717106522eb350b02dbac663eaebb8eef (patch) | |
tree | a8bfd88839b415114cae273209b93b00b2ee04fc /indra/newview/llnotificationlistitem.h | |
parent | 14c65a2c9e8c2017a62aacf2e276b42c1f2b0873 (diff) |
SL-927 Add new groups caps to viewer (offline messages only)
Diffstat (limited to 'indra/newview/llnotificationlistitem.h')
-rw-r--r-- | indra/newview/llnotificationlistitem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnotificationlistitem.h b/indra/newview/llnotificationlistitem.h index 3dd52986b0..3d564fed0e 100644 --- a/indra/newview/llnotificationlistitem.h +++ b/indra/newview/llnotificationlistitem.h @@ -56,6 +56,7 @@ public: std::string message; std::string sender; S32 fee; + U8 use_offline_cap; LLDate time_stamp; LLDate received_time; LLSD inventory_offer; |