diff options
author | Callum Prentice <callum@mbp.local> | 2021-06-24 14:37:20 -0700 |
---|---|---|
committer | Callum Prentice <callum@mbp.local> | 2021-06-24 14:37:20 -0700 |
commit | 7ff743a13856d1e883baaa8294480d9973bfedfb (patch) | |
tree | 40ccb88bd6c7208ab4c4dbe34b192270f665d931 /indra/llui/llnotifications.h | |
parent | 38765be8b0fd6ca36ce8f1fe35c962d2eaf0f3d8 (diff) | |
parent | 467d8339c970c253dada2cf0e1eed45be66593ac (diff) |
Merge branch 'master' into DRTVWR-531
Diffstat (limited to 'indra/llui/llnotifications.h')
-rw-r--r-- | indra/llui/llnotifications.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h index 2f4578da17..b0b56cf599 100644 --- a/indra/llui/llnotifications.h +++ b/indra/llui/llnotifications.h @@ -191,6 +191,7 @@ public: Mandatory<std::string> text; Optional<std::string> ignore; Optional<bool> is_default; + Optional<S32> width; Mandatory<std::string> type; |