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

Update to build on Xcode 6.0: clang demands a default ctor

parent b8590d06
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,8 @@ class LLPlacesFolderBridge : public LLFolderBridge ...@@ -85,6 +85,8 @@ class LLPlacesFolderBridge : public LLFolderBridge
class LLPlacesInventoryBridgeBuilder : public LLInventoryFolderViewModelBuilder class LLPlacesInventoryBridgeBuilder : public LLInventoryFolderViewModelBuilder
{ {
public: public:
LLPlacesInventoryBridgeBuilder() {}
/*virtual*/ LLInvFVBridge* createBridge(LLAssetType::EType asset_type, /*virtual*/ LLInvFVBridge* createBridge(LLAssetType::EType asset_type,
LLAssetType::EType actual_asset_type, LLAssetType::EType actual_asset_type,
LLInventoryType::EType inv_type, LLInventoryType::EType inv_type,
......
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