summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r--indra/newview/lltexturefetch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index 9464146742..008eaccdc4 100644
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -91,7 +91,7 @@ private:
LLUUID mID;
};
- class HTTPGetResponder : public LLCurl::Responder
+ class HTTPGetResponder : public LLHTTPClient::Responder
{
public:
HTTPGetResponder(LLTextureFetch* fetcher, const LLUUID& id)