diff options
author | callum_linden <none@none> | 2014-10-20 10:47:23 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-20 10:47:23 -0700 |
commit | c8f3105e76c9e7a1091a15fc1c4a83881cd4fc3d (patch) | |
tree | dbaf3eaf43988b73cf3201a3135b276e28e2b1b7 /indra/newview | |
parent | b8590d06d567d16b1835731a2422d13f26a1f787 (diff) |
Update to build on Xcode 6.0: clang demands a default ctor
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llplacesinventorybridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |