Fixed non-debug compile.

This commit is contained in:
Shyotl
2013-03-24 23:20:40 -05:00
parent 13d55cbeba
commit 1705167998

View File

@@ -172,10 +172,12 @@ LLControlVariable::LLControlVariable(const std::string& name, eControlType type,
mHideFromSettingsEditor(hidefromsettingseditor),
mCommitSignal(new commit_signal_t),
mValidateSignal(new validate_signal_t),
#ifdef PROF_CTRL_CALLS
mLookupCount(0),
#endif //PROF_CTRL_CALLS
mIsCOA(IsCOA),
mIsCOAParent(false),
mCOAConnectedVar(NULL),
mLookupCount(0)
mCOAConnectedVar(NULL)
{
if (mPersist && mComment.empty())
{