diff options
author | Cho <cho@lindenlab.com> | 2014-06-24 22:43:23 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2014-06-24 22:43:23 +0100 |
commit | 200788c344f5449f99eacc9167ac15c7e6262b69 (patch) | |
tree | 7012cde9e19aefda9768931247339e5032ec3613 /indra/newview/llpreviewscript.cpp | |
parent | a9c281eb57206a0ff7083788e593a22b9f8ad01a (diff) |
Updated all experience responders for LLCurl::Responder interface changes for ACME-1535 and ACME-1536
Diffstat (limited to 'indra/newview/llpreviewscript.cpp')
-rwxr-xr-x | indra/newview/llpreviewscript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp index 780c41172d..1732d4b3e5 100755 --- a/indra/newview/llpreviewscript.cpp +++ b/indra/newview/llpreviewscript.cpp @@ -123,7 +123,7 @@ static bool have_script_upload_cap(LLUUID& object_id) } -class ExperienceResponder : public LLCurl::Responder +class ExperienceResponder : public LLHTTPClient::Responder { public: ExperienceResponder(const LLHandle<LLLiveLSLEditor>& parent):mParent(parent) |