diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-06-17 12:07:16 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-06-17 12:07:16 +0300 |
commit | 373947aba36e45f2496975d2cc7c4c9f4b2c205e (patch) | |
tree | 41335f65b0ca05eff5a4aaccb839a6e7ba716e52 /indra/llui/lltextvalidate.h | |
parent | aff8dcea758b4f31e320fb02369df97498e10c8b (diff) |
MAINT-6509 Viewer still allows you to create a group with leading spaces in the group name
Diffstat (limited to 'indra/llui/lltextvalidate.h')
-rw-r--r-- | indra/llui/lltextvalidate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextvalidate.h b/indra/llui/lltextvalidate.h index 5c830d7db3..e2b6c313d6 100644 --- a/indra/llui/lltextvalidate.h +++ b/indra/llui/lltextvalidate.h @@ -52,6 +52,7 @@ namespace LLTextValidate bool validateASCIIPrintableNoPipe(const LLWString &str); bool validateASCIIPrintableNoSpace(const LLWString &str); bool validateASCII(const LLWString &str); + bool validateASCIINoLeadingSpace(const LLWString &str); bool validateASCIIWithNewLine(const LLWString &str); } |