Change some instances of {0} to {} to pacify compilers.

This commit is contained in:
Router Gray
2019-05-24 06:17:39 -05:00
parent 55c0ba5b06
commit 58d94e9883
4 changed files with 5 additions and 5 deletions

View File

@@ -2237,7 +2237,7 @@ ERlvCmdRet RlvHandler::onGetInvWorn(const RlvCommand& rlvCmd, std::string& strRe
RlvWearableItemCollector f(pFolder, RlvForceWear::ACTION_WEAR_REPLACE, RlvForceWear::FLAG_MATCHALL);
gInventory.collectDescendentsIf(pFolder->getUUID(), folders, items, FALSE, f, true);
rlv_wear_info wi = {0};
rlv_wear_info wi = {};
// Add all the folders to a lookup map
std::map<LLUUID, rlv_wear_info> mapFolders;