summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-18 09:12:54 -0800
committerJames Cook <james@lindenlab.com>2009-11-18 09:12:54 -0800
commit1a2694f92b8dc27e8eb1b53b83e3b5201754f589 (patch)
tree9101c2fe4aa02a52ccfb44bc9e68b1d27051e65e /indra/llui/lllineeditor.h
parent22aa5eed910bbd1b366789cb96247899c744df75 (diff)
parentacc53aa2f7a3fd939a207674a3bdf96d6e649f90 (diff)
merge
Diffstat (limited to 'indra/llui/lllineeditor.h')
-rw-r--r--indra/llui/lllineeditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/lllineeditor.h b/indra/llui/lllineeditor.h
index d3daa941cf..4474963b1a 100644
--- a/indra/llui/lllineeditor.h
+++ b/indra/llui/lllineeditor.h
@@ -235,8 +235,8 @@ public:
static BOOL prevalidateNonNegativeS32(const LLWString &str);
static BOOL prevalidateAlphaNum(const LLWString &str );
static BOOL prevalidateAlphaNumSpace(const LLWString &str );
- static BOOL prevalidatePrintableNotPipe(const LLWString &str);
- static BOOL prevalidatePrintableNoSpace(const LLWString &str);
+ static BOOL prevalidateASCIIPrintableNoPipe(const LLWString &str);
+ static BOOL prevalidateASCIIPrintableNoSpace(const LLWString &str);
static BOOL prevalidateASCII(const LLWString &str);
static BOOL postvalidateFloat(const std::string &str);