Update to build on Xcode 6.0: initialization needs a default constructor
parent
c0b67e6549
commit
3f19fd2fd2
|
|
@ -50,6 +50,8 @@ S32 LLGroupListItem::sIconWidth = 0;
|
|||
class LLGroupComparator : public LLFlatListView::ItemComparator
|
||||
{
|
||||
public:
|
||||
LLGroupComparator() {};
|
||||
|
||||
/** Returns true if item1 < item2, false otherwise */
|
||||
/*virtual*/ bool compare(const LLPanel* item1, const LLPanel* item2) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue