No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -235,7 +235,7 @@ LLUICtrl::~LLUICtrl()
|
||||
|
||||
if( gFocusMgr.getTopCtrl() == this )
|
||||
{
|
||||
llwarns << "UI Control holding top ctrl deleted: " << getName() << ". Top view removed." << llendl;
|
||||
LL_WARNS() << "UI Control holding top ctrl deleted: " << getName() << ". Top view removed." << LL_ENDL;
|
||||
gFocusMgr.removeTopCtrlWithoutCallback( this );
|
||||
}
|
||||
|
||||
@@ -281,7 +281,7 @@ LLUICtrl::commit_signal_t::slot_type LLUICtrl::initCommitCallback(const CommitCa
|
||||
}
|
||||
else if (!function_name.empty())
|
||||
{
|
||||
llwarns << "No callback found for: '" << function_name << "' in control: " << getName() << llendl;
|
||||
LL_WARNS() << "No callback found for: '" << function_name << "' in control: " << getName() << LL_ENDL;
|
||||
}
|
||||
}
|
||||
return default_commit_handler;
|
||||
|
||||
Reference in New Issue
Block a user