aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturefetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltexturefetch.h')
-rw-r--r--linden/indra/newview/lltexturefetch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/lltexturefetch.h b/linden/indra/newview/lltexturefetch.h
index 6c6bb52..5fa2d1c 100644
--- a/linden/indra/newview/lltexturefetch.h
+++ b/linden/indra/newview/lltexturefetch.h
@@ -86,6 +86,8 @@ public:
86 86
87 LLTextureInfo* getTextureInfo() { return &mTextureInfo; } 87 LLTextureInfo* getTextureInfo() { return &mTextureInfo; }
88 88
89 static bool hasBuggyHTTPRange(); // *TODO: remove this *HACK once buggy OpenSim versions are gone
90
89protected: 91protected:
90 void addToNetworkQueue(LLTextureFetchWorker* worker); 92 void addToNetworkQueue(LLTextureFetchWorker* worker);
91 void removeFromNetworkQueue(LLTextureFetchWorker* worker, bool cancel); 93 void removeFromNetworkQueue(LLTextureFetchWorker* worker, bool cancel);