diff options
author | Cho <cho@lindenlab.com> | 2014-06-20 04:19:45 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2014-06-20 04:19:45 +0100 |
commit | c88b237473a75310722bac8d65a028a33a573215 (patch) | |
tree | b6d5ee907f0e84342f0fa5d96621b7dcc7143c29 /indra/newview/llpanelexperiencepicker.cpp | |
parent | 90262889c6f559492a6f245cc389594f868a93ae (diff) |
Updated LLExperienceCache::LLExperienceResponder to work with updated LLCurl::Responder interface, to fix ACME-1532 and ACME-1525
Diffstat (limited to 'indra/newview/llpanelexperiencepicker.cpp')
-rw-r--r-- | indra/newview/llpanelexperiencepicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelexperiencepicker.cpp b/indra/newview/llpanelexperiencepicker.cpp index 0a572a8a5c..3a55295d8c 100644 --- a/indra/newview/llpanelexperiencepicker.cpp +++ b/indra/newview/llpanelexperiencepicker.cpp @@ -57,7 +57,7 @@ const static std::string columnSpace = " "; static LLPanelInjector<LLPanelExperiencePicker> t_panel_status("llpanelexperiencepicker"); -class LLExperienceSearchResponder : public LLHTTPClient::Responder +class LLExperienceSearchResponder : public LLCurl::Responder { public: LLUUID mQueryID; |