Skip to content
Snippets Groups Projects
Commit 3f19fd2f authored by callum_linden's avatar callum_linden
Browse files

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

parent c0b67e65
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment