diff options
Diffstat (limited to 'linden/indra/newview/lltexturectrl.cpp')
-rw-r--r-- | linden/indra/newview/lltexturectrl.cpp | 2 |
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 | ||
1383 | void LLTextureCtrl::setValue( LLSD value ) | 1383 | void LLTextureCtrl::setValue( const LLSD& value ) |
1384 | { | 1384 | { |
1385 | setImageAssetID(value.asUUID()); | 1385 | setImageAssetID(value.asUUID()); |
1386 | } | 1386 | } |