diff options
author | callum_linden <none@none> | 2014-10-18 11:44:18 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-18 11:44:18 -0700 |
commit | d4fa954517d253f7531da8b00bba2ff105678980 (patch) | |
tree | d1895548a48025f71a0fffd7898723883e7b2ac5 | |
parent | 09c288ba5e9b5234bbb0bc087f628f0d83eb5aa0 (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
-rwxr-xr-x | indra/newview/llblocklist.cpp | 1 |
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), |