summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-04-13 10:54:31 -0700
committerMerov Linden <merov@lindenlab.com>2012-04-13 10:54:31 -0700
commit18fa5cd60ba673ce168095d277e9e34599b56547 (patch)
treec8424611a04ab27ff0385a5daed7d444b2d04a65 /indra/newview/llviewertexture.h
parentb4a3bb4f3b6247ebcd7d084df601ae77161664e1 (diff)
parent0a42495906fdc56eeb118ac41ffa9ebcadc8de17 (diff)
Pull from viewer-thx1138
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r--indra/newview/llviewertexture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h
index bd85b491ad..6ddff3e485 100644
--- a/indra/newview/llviewertexture.h
+++ b/indra/newview/llviewertexture.h
@@ -491,6 +491,7 @@ public:
BOOL hasFetcher() const { return mHasFetcher;}
void setCanUseHTTP(bool can_use_http) {mCanUseHTTP = can_use_http;}
+ void forceToDeleteRequest();
protected:
/*virtual*/ void switchToCachedImage();
S32 getCurrentDiscardLevelForFetching() ;