aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturefetch.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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,