diff options
author | Callum Prentice <callum@mbp.localdomain> | 2023-01-26 10:37:59 -0800 |
---|---|---|
committer | Callum Prentice <callum@mbp.localdomain> | 2023-01-26 10:37:59 -0800 |
commit | fb00bce81ad201b5f1798ff5d5afe8c4dcabda54 (patch) | |
tree | a157a9f0ec2648cf7d2281a8019b52b8468111f9 /indra/llcommon/lltracethreadrecorder.h | |
parent | 66f59478d09122ddf43c4ba3445754d1698bf016 (diff) | |
parent | f3cd329b585ef55a66f2a824f010d1a54d67d8d2 (diff) |
Merge branch 'xcode-14.1' into DRTVWR-489-emoji
Diffstat (limited to 'indra/llcommon/lltracethreadrecorder.h')
-rw-r--r-- | indra/llcommon/lltracethreadrecorder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lltracethreadrecorder.h b/indra/llcommon/lltracethreadrecorder.h index 8fd1e5ef58..8ee6729ac6 100644 --- a/indra/llcommon/lltracethreadrecorder.h +++ b/indra/llcommon/lltracethreadrecorder.h @@ -57,7 +57,7 @@ namespace LLTrace void pullFromChildren(); void pushToParent(); - TimeBlockTreeNode* getTimeBlockTreeNode(S32 index); + TimeBlockTreeNode* getTimeBlockTreeNode(size_t index); protected: void init(); |