No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user