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

@@ -103,7 +103,7 @@ BOOL LLFloaterSettingsDebug::postBuild()
}
mSettingsScrollList->sortByColumnIndex(0, true);
llinfos << mSettingsScrollList->getItemCount() << " total debug settings displayed." << llendl;
LL_INFOS() << mSettingsScrollList->getItemCount() << " total debug settings displayed." << LL_ENDL;
mComment = getChild<LLTextEditor>("comment_text");
return TRUE;
@@ -246,8 +246,8 @@ void LLFloaterSettingsDebug::updateControl()
if (!spinner1 || !spinner2 || !spinner3 || !spinner4 || !color_swatch)
{
llwarns << "Could not find all desired controls by name"
<< llendl;
LL_WARNS() << "Could not find all desired controls by name"
<< LL_ENDL;
return;
}