summaryrefslogtreecommitdiff
path: root/indra/newview/lleventpoll.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-07-10 16:47:07 -0400
committerNat Goodspeed <nat@lindenlab.com>2015-07-10 16:47:07 -0400
commit6f9f89ee71751a0e88bbda91fef1a575a5a68ed9 (patch)
tree247365c2de7ccd0bc70a39b6a70112ac881988c5 /indra/newview/lleventpoll.cpp
parent4c1d47d4ae231c1141c6ecf707c033563c99382a (diff)
Backed out changeset 6e1fa9518747: reapply 'selfless' changes
Diffstat (limited to 'indra/newview/lleventpoll.cpp')
-rwxr-xr-xindra/newview/lleventpoll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lleventpoll.cpp b/indra/newview/lleventpoll.cpp
index 54da226209..0aad1d5ba9 100755
--- a/indra/newview/lleventpoll.cpp
+++ b/indra/newview/lleventpoll.cpp
@@ -197,7 +197,7 @@ namespace Details
" seconds, error count is now " << errorCount << LL_ENDL;
timeout.eventAfter(waitToRetry, LLSD());
- waitForEventOn(timeout);
+ llcoro::waitForEventOn(timeout);
if (mDone)
break;