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/llfloaterexperiences.cpp | |
parent | a9c281eb57206a0ff7083788e593a22b9f8ad01a (diff) |
Updated all experience responders for LLCurl::Responder interface changes for ACME-1535 and ACME-1536
Diffstat (limited to 'indra/newview/llfloaterexperiences.cpp')
-rw-r--r-- | indra/newview/llfloaterexperiences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterexperiences.cpp b/indra/newview/llfloaterexperiences.cpp index 98b26f5ac9..ac79c9ab43 100644 --- a/indra/newview/llfloaterexperiences.cpp +++ b/indra/newview/llfloaterexperiences.cpp @@ -43,7 +43,7 @@ #define SHOW_RECENT_TAB (0) -class LLExperienceListResponder : public LLCurl::Responder +class LLExperienceListResponder : public LLHTTPClient::Responder { public: typedef std::map<std::string, std::string> NameMap; |