No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -78,8 +78,8 @@ bool LLMIMETypes::parseMIMETypes(const std::string& xml_filename)
|
||||
|
||||
if ( ! success || root.isNull() || ! root->hasName( "mimetypes" ) )
|
||||
{
|
||||
llwarns << "Unable to read MIME type file: "
|
||||
<< xml_filename << llendl;
|
||||
LL_WARNS() << "Unable to read MIME type file: "
|
||||
<< xml_filename << LL_ENDL;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user