summaryrefslogtreecommitdiff
path: root/indra/llimage/llimagepng.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llimage/llimagepng.h')
-rw-r--r--indra/llimage/llimagepng.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llimage/llimagepng.h b/indra/llimage/llimagepng.h
index 7a8e1f93b1..027caf9780 100644
--- a/indra/llimage/llimagepng.h
+++ b/indra/llimage/llimagepng.h
@@ -43,8 +43,8 @@ public:
LLImagePNG();
BOOL updateData();
- BOOL decode(LLImageRaw* raw_image, F32 decode_time = 0.0);
- BOOL encode(const LLImageRaw* raw_image, F32 encode_time = 0.0);
+ BOOL decode(LLImageRaw* raw_image, F32 decode_time);
+ BOOL encode(const LLImageRaw* raw_image, F32 encode_time);
private:
U8* mTmpWriteBuffer;