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/llrun.cpp | |
| parent | 6de598633355d8867f4de483ab7e2f37a78679c4 (diff) | |
| parent | 2b7ba3f90455d675770e68f7e338d39053a343b9 (diff) | |
DRTVWR-565: Merge branch 'origin/contribute' into DRTVWR-565
Diffstat (limited to 'indra/llcommon/llrun.cpp')
| -rw-r--r-- | indra/llcommon/llrun.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llrun.cpp b/indra/llcommon/llrun.cpp index f5d3f302fa..a3b3fccf4b 100644 --- a/indra/llcommon/llrun.cpp +++ b/indra/llcommon/llrun.cpp @@ -47,7 +47,7 @@ LLRunner::~LLRunner() mRunEvery.clear(); } -S32 LLRunner::run() +size_t LLRunner::run() { // We collect all of the runnables which should be run. Since the // runnables are allowed to adjust the run list, we need to copy |
