diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/lltexturefetch.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-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.h | 2 |
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, |