From d4fa954517d253f7531da8b00bba2ff105678980 Mon Sep 17 00:00:00 2001
From: callum_linden <none@none>
Date: Sat, 18 Oct 2014 11:44:18 -0700
Subject: [PATCH] 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

---
 indra/newview/llblocklist.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llblocklist.cpp b/indra/newview/llblocklist.cpp
index 1c68fabf8b9..272a68bdf7d 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),
-- 
GitLab