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

@@ -276,7 +276,7 @@ void LLLayoutStack::draw()
// Check for bogus rectangle
if (!panelp->getRect().isValid())
{
llwarns << "Bogus rectangle for " << panelp->getName() << " with " << panelp->getRect() << llendl;
LL_WARNS() << "Bogus rectangle for " << panelp->getName() << " with " << panelp->getRect() << LL_ENDL;
}
}
LLUI::popMatrix();
@@ -290,7 +290,7 @@ void LLLayoutStack::draw()
// Check for bogus rectangle
if (!getRect().isValid())
{
llwarns << "Bogus rectangle for " << getName() << " with " << getRect() << llendl;
LL_WARNS() << "Bogus rectangle for " << getName() << " with " << getRect() << LL_ENDL;
}
}
}
@@ -951,7 +951,7 @@ LLView* LLLayoutStack::fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactor
}
else
{
llwarns << "Unknown orientation " << orientation_string << ", using vertical" << llendl;
LL_WARNS() << "Unknown orientation " << orientation_string << ", using vertical" << LL_ENDL;
}
BOOL clip = false;