From c8f3105e76c9e7a1091a15fc1c4a83881cd4fc3d Mon Sep 17 00:00:00 2001 From: callum_linden Date: Mon, 20 Oct 2014 10:47:23 -0700 Subject: Update to build on Xcode 6.0: clang demands a default ctor --- indra/newview/llplacesinventorybridge.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra') diff --git a/indra/newview/llplacesinventorybridge.h b/indra/newview/llplacesinventorybridge.h index 07d18d03c5..108991210f 100755 --- a/indra/newview/llplacesinventorybridge.h +++ b/indra/newview/llplacesinventorybridge.h @@ -85,6 +85,8 @@ protected: class LLPlacesInventoryBridgeBuilder : public LLInventoryFolderViewModelBuilder { public: + LLPlacesInventoryBridgeBuilder() {} + /*virtual*/ LLInvFVBridge* createBridge(LLAssetType::EType asset_type, LLAssetType::EType actual_asset_type, LLInventoryType::EType inv_type, -- cgit v1.2.3