summaryrefslogtreecommitdiff
path: root/indra/newview/llattachmentsmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llattachmentsmgr.h')
-rwxr-xr-xindra/newview/llattachmentsmgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llattachmentsmgr.h b/indra/newview/llattachmentsmgr.h
index f9d321398f..d56d6eb27b 100755
--- a/indra/newview/llattachmentsmgr.h
+++ b/indra/newview/llattachmentsmgr.h
@@ -70,7 +70,7 @@ public:
U8 mAttachmentPt;
BOOL mAdd;
};
- typedef std::vector<AttachmentsInfo> attachments_vec_t;
+ typedef std::deque<AttachmentsInfo> attachments_vec_t;
LLAttachmentsMgr();
virtual ~LLAttachmentsMgr();
@@ -79,7 +79,7 @@ public:
const U8 attachment_pt,
const BOOL add);
void onAttachmentRequested(const LLUUID& item_id);
- void requestAttachments(const attachments_vec_t& attachment_requests);
+ void requestAttachments(attachments_vec_t& attachment_requests);
static void onIdle(void *);
void onAttachmentArrived(const LLUUID& inv_item_id);