diff options
| -rw-r--r-- | indra/newview/llappearancemgr.cpp | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 1dec8c7bd8..8f4ce4498e 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -292,11 +292,11 @@ private:  struct LLFoundData  { -	LLFoundData() {} +	LLFoundData() : mAssetType(LLAssetType::AT_NONE), mWearable(NULL) {}  	LLFoundData(const LLUUID& item_id, -				const LLUUID& asset_id, -				const std::string& name, -				LLAssetType::EType asset_type) : +		    const LLUUID& asset_id, +		    const std::string& name, +		    LLAssetType::EType asset_type) :  		mItemID(item_id),  		mAssetID(asset_id),  		mName(name),  | 
