summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-05-18 16:18:07 -0700
committerRider Linden <rider@lindenlab.com>2015-05-18 16:18:07 -0700
commita4741cecb2112f418c1d98ca63a261e707a856c3 (patch)
treedc9441dac999f297d8c2bdcee69de5799a60e9bb /indra/newview/llvoicevivox.h
parent5fbd84a210e84be165d2e5bcf85daf5a22b32f96 (diff)
Changed Avatar picker to use coroutine for find.
Fixed a stray reference (&) on URL that had crept into some coroutine definitions.
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rwxr-xr-xindra/newview/llvoicevivox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h
index 5e20351e73..f00108050b 100755
--- a/indra/newview/llvoicevivox.h
+++ b/indra/newview/llvoicevivox.h
@@ -636,8 +636,8 @@ protected:
private:
- void voiceAccountProvisionCoro(LLCoros::self& self, std::string &url, S32 retries);
- void parcelVoiceInfoRequestCoro(LLCoros::self& self, std::string &url);
+ void voiceAccountProvisionCoro(LLCoros::self& self, std::string url, S32 retries);
+ void parcelVoiceInfoRequestCoro(LLCoros::self& self, std::string url);
LLVoiceVersionInfo mVoiceVersion;