From 784b8c4a4d1b1d372c2d1c172407ce937d9adc37 Mon Sep 17 00:00:00 2001 From: callum_linden Date: Mon, 20 Oct 2014 11:36:46 -0700 Subject: Update to build on Xcode 6.0: clang demands a public default ctor --- indra/newview/llwearableitemslist.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indra/newview/llwearableitemslist.h b/indra/newview/llwearableitemslist.h index 58a00c5be0..c731a7d6cf 100755 --- a/indra/newview/llwearableitemslist.h +++ b/indra/newview/llwearableitemslist.h @@ -382,6 +382,10 @@ class LLWearableItemCreationDateComparator : public LLWearableItemNameComparator { LOG_CLASS(LLWearableItemCreationDateComparator); +public: + // clang demands a default ctor here + LLWearableItemCreationDateComparator() {} + protected: /*virtual*/ bool doCompare(const LLPanelInventoryListItemBase* item1, const LLPanelInventoryListItemBase* item2) const; }; -- cgit v1.2.3