Update to build on Xcode 6.0: initialization needs a default constructor

master
callum_linden 2014-10-18 12:43:30 -07:00
parent c0b67e6549
commit 3f19fd2fd2
1 changed files with 2 additions and 0 deletions

View File

@ -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
{