No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -391,7 +391,7 @@ void LLMultiSliderCtrl::setPrecision(S32 precision)
|
||||
{
|
||||
if (precision < 0 || precision > 10)
|
||||
{
|
||||
llerrs << "LLMultiSliderCtrl::setPrecision - precision out of range" << llendl;
|
||||
LL_ERRS() << "LLMultiSliderCtrl::setPrecision - precision out of range" << LL_ENDL;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user