diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-04-02 20:16:09 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-04-02 20:16:09 +0300 |
commit | 1dd695822098608fd47c5a816fea6c62fcd565aa (patch) | |
tree | 87acfe1c6720c81f5c65591a0d21d667f7822a23 /indra/newview/llimprocessing.h | |
parent | f271522d918b125ec8f83758e95bc26b4f1fe5f9 (diff) | |
parent | 47f5a2f7f9482eced5451e4bf9a61114c56575ee (diff) |
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/newview/llimprocessing.h')
-rw-r--r-- | indra/newview/llimprocessing.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llimprocessing.h b/indra/newview/llimprocessing.h index eadf34ded7..4d20b963a4 100644 --- a/indra/newview/llimprocessing.h +++ b/indra/newview/llimprocessing.h @@ -47,7 +47,8 @@ public: LLVector3 position, U8 *binary_bucket, S32 binary_bucket_size, - LLHost &sender); + LLHost &sender, + LLUUID aux_id = LLUUID::null); // Either receives list of offline messages from 'ReadOfflineMsgs' capability // or uses legacy method |