aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltexturectrl.cpp')
-rw-r--r--linden/indra/newview/lltexturectrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltexturectrl.cpp b/linden/indra/newview/lltexturectrl.cpp
index 2ca9f99..ec8d91c 100644
--- a/linden/indra/newview/lltexturectrl.cpp
+++ b/linden/indra/newview/lltexturectrl.cpp
@@ -1380,7 +1380,7 @@ BOOL LLTextureCtrl::handleUnicodeCharHere(llwchar uni_char, BOOL called_from_par
1380 return LLUICtrl::handleUnicodeCharHere(uni_char, called_from_parent); 1380 return LLUICtrl::handleUnicodeCharHere(uni_char, called_from_parent);
1381} 1381}
1382 1382
1383void LLTextureCtrl::setValue( LLSD value ) 1383void LLTextureCtrl::setValue( const LLSD& value )
1384{ 1384{
1385 setImageAssetID(value.asUUID()); 1385 setImageAssetID(value.asUUID());
1386} 1386}