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/tests/lleventdispatcher_test.cpp | |
parent | 66f59478d09122ddf43c4ba3445754d1698bf016 (diff) | |
parent | f3cd329b585ef55a66f2a824f010d1a54d67d8d2 (diff) |
Merge branch 'xcode-14.1' into DRTVWR-489-emoji
Diffstat (limited to 'indra/llcommon/tests/lleventdispatcher_test.cpp')
-rw-r--r-- | indra/llcommon/tests/lleventdispatcher_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/lleventdispatcher_test.cpp b/indra/llcommon/tests/lleventdispatcher_test.cpp index 9da1ecfd67..966dc2c5aa 100644 --- a/indra/llcommon/tests/lleventdispatcher_test.cpp +++ b/indra/llcommon/tests/lleventdispatcher_test.cpp @@ -335,7 +335,7 @@ namespace tut // Full, partial defaults arrays for params for freena(), freenb() LLSD dft_array_full, dft_array_partial; // Start index of partial defaults arrays - const LLSD::Integer partial_offset; + const size_t partial_offset; // Full, partial defaults maps for params for freena(), freenb() LLSD dft_map_full, dft_map_partial; // Most of the above are indexed by "a" or "b". Useful to have an |