summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-17 16:10:36 -0800
committerJames Cook <james@lindenlab.com>2009-11-17 16:10:36 -0800
commitacc53aa2f7a3fd939a207674a3bdf96d6e649f90 (patch)
tree6d00509092f124ad73d362b9d29cd33ef891bcae /indra/llui/lllineeditor.h
parent8e988f04b77357d89c33b2dc8677875fa7fbcf93 (diff)
parent15cbc0abd89d97ab06ed8f0c2a4bb2245e75535c (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);