diff options
author | Oz Linden <oz@lindenlab.com> | 2012-02-02 14:26:33 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-02-02 14:26:33 -0500 |
commit | 5b2dbbadf70ee33bfd288b6384ae0d51715488b1 (patch) | |
tree | 48d7678fbbca7359db17b472e3233c1d2874828b /indra/llcommon/llworkerthread.cpp | |
parent | 03290257345c22f909cf1cfac3981e7e07820d21 (diff) | |
parent | 34408bed2644ff957502454f05c21c31fec90009 (diff) |
merge changes for latest viewer-development
Diffstat (limited to 'indra/llcommon/llworkerthread.cpp')
-rw-r--r-- | indra/llcommon/llworkerthread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llworkerthread.cpp b/indra/llcommon/llworkerthread.cpp index 4988bdf570..3d05a30ac2 100644 --- a/indra/llcommon/llworkerthread.cpp +++ b/indra/llcommon/llworkerthread.cpp @@ -81,7 +81,7 @@ void LLWorkerThread::clearDeleteList() } // virtual -S32 LLWorkerThread::update(U32 max_time_ms) +S32 LLWorkerThread::update(F32 max_time_ms) { S32 res = LLQueuedThread::update(max_time_ms); // Delete scheduled workers |