diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-12-12 15:24:26 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-12-12 15:24:26 +0200 |
commit | c658e891345fd98dcededa5c21efc17993805522 (patch) | |
tree | 8a43c5821ae8197d7d9b0ae980608915f4d5b664 /indra/newview/lltoastpanel.h | |
parent | 1e5ad657abcff4f3bd8d4b6f870e15b75215799d (diff) |
SL-9512 Move constant to common place
Diffstat (limited to 'indra/newview/lltoastpanel.h')
-rw-r--r-- | indra/newview/lltoastpanel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoastpanel.h b/indra/newview/lltoastpanel.h index 51630381f2..6a9b72a5ae 100644 --- a/indra/newview/lltoastpanel.h +++ b/indra/newview/lltoastpanel.h @@ -49,6 +49,7 @@ public: virtual const LLUUID& getID(); static const S32 MIN_PANEL_HEIGHT; + static const S32 MAX_TEXT_LENGTH; /** * Builder method for constructing notification specific panels. |