aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturefetch.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/lltexturefetch.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/newview/lltexturefetch.h')
-rw-r--r--linden/indra/newview/lltexturefetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltexturefetch.h b/linden/indra/newview/lltexturefetch.h
index 195cb98..6c7f6ba 100644
--- a/linden/indra/newview/lltexturefetch.h
+++ b/linden/indra/newview/lltexturefetch.h
@@ -55,7 +55,7 @@ public:
55 55
56 bool createRequest(const LLUUID& id, const LLHost& host, F32 priority, 56 bool createRequest(const LLUUID& id, const LLHost& host, F32 priority,
57 S32 w, S32 h, S32 c, S32 discard, bool needs_aux); 57 S32 w, S32 h, S32 c, S32 discard, bool needs_aux);
58 bool createRequest(const LLString& filename, const LLUUID& id, const LLHost& host, F32 priority, 58 bool createRequest(const std::string& filename, const LLUUID& id, const LLHost& host, F32 priority,
59 S32 w, S32 h, S32 c, S32 discard, bool needs_aux); 59 S32 w, S32 h, S32 c, S32 discard, bool needs_aux);
60 void deleteRequest(const LLUUID& id, bool cancel); 60 void deleteRequest(const LLUUID& id, bool cancel);
61 bool getRequestFinished(const LLUUID& id, S32& discard_level, 61 bool getRequestFinished(const LLUUID& id, S32& discard_level,