llcommon merge. Added LLUnits.
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
|
||||
LLFixedBuffer::LLFixedBuffer(const U32 max_lines)
|
||||
: LLLineBuffer(),
|
||||
mMaxLines(max_lines)
|
||||
mMaxLines(max_lines),
|
||||
mMutex()
|
||||
{
|
||||
mTimer.reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user