summaryrefslogtreecommitdiff
path: root/indra/llui/lluiimage.h
diff options
context:
space:
mode:
authorrichard <none@none>2010-02-16 15:45:17 -0800
committerrichard <none@none>2010-02-16 15:45:17 -0800
commit1513643e62a88531888f330e57aa1eb623061729 (patch)
treed76696ef61d638ed9f9fc90d7ddce948927770fa /indra/llui/lluiimage.h
parentfb384e6af40f6a0149d93cdc38d598dd95067fbb (diff)
EXT-5471 - Tons of spam in log about Invalid param "name"
reviewed by Rick
Diffstat (limited to 'indra/llui/lluiimage.h')
-rw-r--r--indra/llui/lluiimage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lluiimage.h b/indra/llui/lluiimage.h
index bdfc44262d..4ea0738026 100644
--- a/indra/llui/lluiimage.h
+++ b/indra/llui/lluiimage.h
@@ -109,6 +109,7 @@ namespace LLInitParam
TypedParam(BlockDescriptor& descriptor, const char* name, super_t::value_assignment_t value, ParamDescriptor::validation_func_t func, S32 min_count, S32 max_count)
: super_t(descriptor, name, value, func, min_count, max_count)
{
+ setBlockFromValue();
}
void setValueFromBlock() const;