diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2022-12-12 13:27:57 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2022-12-12 13:27:57 -0500 |
commit | 12f66fda1376a03a0ef791d22984bd4a13831b5a (patch) | |
tree | fb1778164030ffdcf84fafb464b80a3845f12500 /indra/llcommon/threadsafeschedule.h | |
parent | 6de598633355d8867f4de483ab7e2f37a78679c4 (diff) | |
parent | 2b7ba3f90455d675770e68f7e338d39053a343b9 (diff) |
DRTVWR-565: Merge branch 'origin/contribute' into DRTVWR-565
Diffstat (limited to 'indra/llcommon/threadsafeschedule.h')
-rw-r--r-- | indra/llcommon/threadsafeschedule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/threadsafeschedule.h b/indra/llcommon/threadsafeschedule.h index 3e0da94c02..2d82d6a15e 100644 --- a/indra/llcommon/threadsafeschedule.h +++ b/indra/llcommon/threadsafeschedule.h @@ -82,7 +82,7 @@ namespace LL using TimePoint = ThreadSafeSchedulePrivate::TimePoint; using Clock = TimePoint::clock; - ThreadSafeSchedule(U32 capacity=1024): + ThreadSafeSchedule(size_t capacity=1024): super(capacity) {} |