diff options
Diffstat (limited to 'indra/llcommon/llrun.h')
-rw-r--r-- | indra/llcommon/llrun.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llrun.h b/indra/llcommon/llrun.h index a117405366..d610f86234 100644 --- a/indra/llcommon/llrun.h +++ b/indra/llcommon/llrun.h @@ -85,7 +85,7 @@ public: * * @return Returns the number of runnables run. */ - S32 run(); + size_t run(); /** * @brief Add a runnable to the run list. |