summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-18 11:44:18 -0700
committercallum_linden <none@none>2014-10-18 11:44:18 -0700
commitd4fa954517d253f7531da8b00bba2ff105678980 (patch)
treed1895548a48025f71a0fffd7898723883e7b2ac5 /indra/newview
parent09c288ba5e9b5234bbb0bc087f628f0d83eb5aa0 (diff)
Update to build on Xcode 6.0: fix member initializer 'mSelectedItem' does not name a non-static data member or base class - already initialized in parent class
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llblocklist.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llblocklist.cpp b/indra/newview/llblocklist.cpp
index 1c68fabf8b..272a68bdf7 100755
--- a/indra/newview/llblocklist.cpp
+++ b/indra/newview/llblocklist.cpp
@@ -40,7 +40,6 @@ static const LLBlockListNameTypeComparator NAME_TYPE_COMPARATOR;
LLBlockList::LLBlockList(const Params& p)
: LLFlatListViewEx(p),
- mSelectedItem(NULL),
mDirty(true),
mShouldAddAll(true),
mActionType(NONE),