summaryrefslogtreecommitdiff
path: root/indra/llxuixml/llinitparam.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-10-08 12:18:16 -0700
committerRichard Linden <none@none>2010-10-08 12:18:16 -0700
commit6c0e9432d027dfb363baf4eaff79a835e3e75b37 (patch)
tree7afdc434be7e2fb9d9294a9328ee45d14f1799e4 /indra/llxuixml/llinitparam.cpp
parent1ae67f66d1d0203069cec62421d1d71d67a3334f (diff)
potential fix for linux build
Diffstat (limited to 'indra/llxuixml/llinitparam.cpp')
-rw-r--r--indra/llxuixml/llinitparam.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llxuixml/llinitparam.cpp b/indra/llxuixml/llinitparam.cpp
index bf2de9360a..fcdbaa4309 100644
--- a/indra/llxuixml/llinitparam.cpp
+++ b/indra/llxuixml/llinitparam.cpp
@@ -313,10 +313,10 @@ namespace LLInitParam
}
// if no match, and no names left on stack, this is just an existence assertion of this block
- // verify by calling readValue with NoValue type, an inherently unparseable type
+ // verify by calling readValue with NoParamValue type, an inherently unparseable type
if (!names_left)
{
- NoValue no_value;
+ NoParamValue no_value;
return p.readValue(no_value);
}