From aec42782927706a325fab798b5631510d87543da Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Sun, 30 Jun 2019 17:03:45 -0400 Subject: [PATCH] Unbreak the goat! --- indra/llmessage/llmessagetemplate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llmessage/llmessagetemplate.h b/indra/llmessage/llmessagetemplate.h index 01c7310a5..d0d8aeebb 100644 --- a/indra/llmessage/llmessagetemplate.h +++ b/indra/llmessage/llmessagetemplate.h @@ -131,7 +131,7 @@ public: void addDataFast(char *blockname, char *varname, const void *data, S32 size, EMsgVariableType type, S32 data_size = -1); public: - typedef LLIndexedVector msg_blk_data_map_t; + typedef boost::unordered_map msg_blk_data_map_t; msg_blk_data_map_t mMemberBlocks; char *mName; S32 mTotalSize;