summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.cpp
diff options
context:
space:
mode:
authorrider <rider@lindenlab.com>2015-10-15 09:32:19 -0700
committerrider <rider@lindenlab.com>2015-10-15 09:32:19 -0700
commiteca891e2618581e90c79f0c141b1c920f2577efe (patch)
treef7250599584989472125bacaa277eda4dcae1cfd /indra/newview/lltexturefetch.cpp
parentbbb9d4f21b018bfffc41f790aab7b54975504027 (diff)
MAINT-5732: Fixes for Mac build
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rwxr-xr-xindra/newview/lltexturefetch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index 61747b606e..d509f3e7c7 100755
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -968,7 +968,7 @@ LLTextureFetchWorker::~LLTextureFetchWorker()
if (mHttpActive)
{
// Issue a cancel on a live request...
- mFetcher->getHttpRequest().requestCancel(mHttpHandle, NULL);
+ mFetcher->getHttpRequest().requestCancel(mHttpHandle, LLCore::HttpHandler::ptr_t());
}
if (mCacheReadHandle != LLTextureCache::nullHandle() && mFetcher->mTextureCache)
{