summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.h
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2012-08-17 12:33:12 -0400
committerMonty Brandenberg <monty@lindenlab.com>2012-08-17 12:33:12 -0400
commit9de14fe45b6fc3b97e8c1ca91161e1fd5a9aab65 (patch)
tree9f1b8bc6494139e812c5452bea18ceb7a3ba1834 /indra/newview/lltexturefetch.h
parent9a6881bdedf530872c442bddbe0335ca475c736e (diff)
SH-3327 HTTP transfers not showing up in texture console 'net tot tex' value.
Dropped an argument during integration which made the total byte count read lower than expected. Everything else is fine, however.
Diffstat (limited to 'indra/newview/lltexturefetch.h')
-rw-r--r--indra/newview/lltexturefetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.h b/indra/newview/lltexturefetch.h
index 115e471bc9..95ec8c65c0 100644
--- a/indra/newview/lltexturefetch.h
+++ b/indra/newview/lltexturefetch.h
@@ -226,7 +226,7 @@ protected:
void addToHTTPQueue(const LLUUID& id);
// Threads: T*
- void removeFromHTTPQueue(const LLUUID& id, S32 received_size = 0);
+ void removeFromHTTPQueue(const LLUUID& id, S32 received_size);
// Identical to @deleteRequest but with different arguments
// (caller already has the worker pointer).