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