diff options
author | Merov Linden <merov@lindenlab.com> | 2012-04-13 10:54:31 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-04-13 10:54:31 -0700 |
commit | 18fa5cd60ba673ce168095d277e9e34599b56547 (patch) | |
tree | c8424611a04ab27ff0385a5daed7d444b2d04a65 /indra/newview/llviewertexturelist.h | |
parent | b4a3bb4f3b6247ebcd7d084df601ae77161664e1 (diff) | |
parent | 0a42495906fdc56eeb118ac41ffa9ebcadc8de17 (diff) |
Pull from viewer-thx1138
Diffstat (limited to 'indra/newview/llviewertexturelist.h')
-rw-r--r-- | indra/newview/llviewertexturelist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewertexturelist.h b/indra/newview/llviewertexturelist.h index e0a362596d..64e2c1f791 100644 --- a/indra/newview/llviewertexturelist.h +++ b/indra/newview/llviewertexturelist.h @@ -164,6 +164,8 @@ private: // Implemented in header in case someone changes default params above. JC LLViewerFetchedTexture* getImageFromHost(const LLUUID& image_id, LLHost host) { return getImage(image_id, TRUE, LLViewerTexture::BOOST_NONE, LLViewerTexture::LOD_TEXTURE, 0, 0, host); } + + void clearFetchingRequests(); public: typedef std::set<LLPointer<LLViewerFetchedTexture> > image_list_t; |