diff options
author | Josh Bell <josh@lindenlab.com> | 2007-03-09 01:09:20 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-03-09 01:09:20 +0000 |
commit | b36dc363061ec5bf6b092c14193198e9a5eef816 (patch) | |
tree | b067586bd545dfa6dce9dd0b1243b9c0aa143f33 /indra/newview/llpanelclassified.cpp | |
parent | 6fa974fc64b172a7324b28d40f08f2a861d87f8d (diff) |
svn merge -r 58902:58986 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release
Diffstat (limited to 'indra/newview/llpanelclassified.cpp')
-rw-r--r-- | indra/newview/llpanelclassified.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/indra/newview/llpanelclassified.cpp b/indra/newview/llpanelclassified.cpp index 2c6cbb9c08..9adc737aab 100644 --- a/indra/newview/llpanelclassified.cpp +++ b/indra/newview/llpanelclassified.cpp @@ -83,16 +83,17 @@ LLPanelClassified::LLPanelClassified(BOOL in_finder) mDataRequested(FALSE), mEnableCommit(FALSE), mPaidFor(FALSE), - mParcelID(), mPosGlobal(), mSnapshotCtrl(NULL), mNameEditor(NULL), - mLocationEditor(NULL), mDescEditor(NULL), + mLocationEditor(NULL), + mCategoryCombo(NULL), + mUpdateBtn(NULL), mTeleportBtn(NULL), mMapBtn(NULL), - //mLandmarkBtn(NULL), - //mEnabledCheck(NULL), + mProfileBtn(NULL), + mInfoText(NULL), mMatureCheck(NULL), mAutoRenewCheck(NULL), mSetBtn(NULL), |