summaryrefslogtreecommitdiff
path: root/indra/llimage/llimageworker.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llimage/llimageworker.h')
-rw-r--r--indra/llimage/llimageworker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llimage/llimageworker.h b/indra/llimage/llimageworker.h
index fb35108a7a..ca4c0d93d0 100644
--- a/indra/llimage/llimageworker.h
+++ b/indra/llimage/llimageworker.h
@@ -51,8 +51,8 @@ public:
handle_t decodeImage(const LLPointer<LLImageFormatted>& image,
S32 discard, BOOL needs_aux,
const LLPointer<Responder>& responder);
- S32 getPending();
- S32 update(F32 max_time_ms);
+ size_t getPending();
+ size_t update(F32 max_time_ms);
void shutdown();
private: