A few variables were uninitialized.
Removed an unused variable. Phys controller that should be female-only... wasn't. Pre increment iterators when possible. protected->private upgrades.
This commit is contained in:
@@ -60,8 +60,12 @@ class LLPidLockFile
|
||||
{
|
||||
public:
|
||||
LLPidLockFile( ) :
|
||||
mSaving(FALSE), mWaiting(FALSE),
|
||||
mClean(TRUE), mPID(LLApp::getPid())
|
||||
mAutosave(false),
|
||||
mSaving(false),
|
||||
mWaiting(false),
|
||||
mPID(LLApp::getPid()),
|
||||
mNameTable(NULL),
|
||||
mClean(true)
|
||||
{
|
||||
mLockName = gDirUtilp->getTempDir() + "/savelock";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user