summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelexperiencepicker.cpp
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2014-06-24 22:43:23 +0100
committerCho <cho@lindenlab.com>2014-06-24 22:43:23 +0100
commit200788c344f5449f99eacc9167ac15c7e6262b69 (patch)
tree7012cde9e19aefda9768931247339e5032ec3613 /indra/newview/llpanelexperiencepicker.cpp
parenta9c281eb57206a0ff7083788e593a22b9f8ad01a (diff)
Updated all experience responders for LLCurl::Responder interface changes for ACME-1535 and ACME-1536
Diffstat (limited to 'indra/newview/llpanelexperiencepicker.cpp')
-rw-r--r--indra/newview/llpanelexperiencepicker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelexperiencepicker.cpp b/indra/newview/llpanelexperiencepicker.cpp
index 3a55295d8c..0a572a8a5c 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 LLCurl::Responder
+class LLExperienceSearchResponder : public LLHTTPClient::Responder
{
public:
LLUUID mQueryID;