No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.

This commit is contained in:
Shyotl
2015-06-19 03:54:20 -05:00
parent 283f5298d5
commit 1c627317ec
634 changed files with 8200 additions and 12214 deletions

View File

@@ -81,7 +81,7 @@ LLDebugVarMessageBox::LLDebugVarMessageBox(const std::string& title, EDebugVarTy
addChild(mSlider3);
break;
default:
llwarns << "Unhandled var type " << var_type << llendl;
LL_WARNS() << "Unhandled var type " << var_type << LL_ENDL;
break;
}
@@ -194,7 +194,7 @@ void LLDebugVarMessageBox::slider_changed(LLUICtrl* ctrl, void* user_data)
break;
}
default:
llwarns << "Unhandled var type " << msg_box->mVarType << llendl;
LL_WARNS() << "Unhandled var type " << msg_box->mVarType << LL_ENDL;
break;
}
}
@@ -228,7 +228,7 @@ void LLDebugVarMessageBox::draw()
break;
}
default:
llwarns << "Unhandled var type " << mVarType << llendl;
LL_WARNS() << "Unhandled var type " << mVarType << LL_ENDL;
break;
}
mText->setText(text);