No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -57,7 +57,7 @@ LLUndoBuffer::LLUndoBuffer( LLUndoAction (*create_func()), S32 initial_count )
|
||||
mActions[i] = create_func();
|
||||
if (!mActions[i])
|
||||
{
|
||||
llerrs << "Unable to create action for undo buffer" << llendl;
|
||||
LL_ERRS() << "Unable to create action for undo buffer" << LL_ENDL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user