Assigned a name to the LooperList BLocker.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14698 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2005-11-04 16:02:22 +00:00
parent 7b7c38a2a7
commit 36a7c30e63
+2 -1
View File
@@ -49,7 +49,8 @@ typedef vector<BLooperList::LooperData>::iterator LDIter;
//------------------------------------------------------------------------------
BLooperList::BLooperList()
: fLooperID(0)
: fLock("BLooperList lock"),
fLooperID(0)
{
}
//------------------------------------------------------------------------------