diff options
Diffstat (limited to 'linden/indra/llimage/llimagepng.h')
-rw-r--r-- | linden/indra/llimage/llimagepng.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llimage/llimagepng.h b/linden/indra/llimage/llimagepng.h index 982454a..7ca59cf 100644 --- a/linden/indra/llimage/llimagepng.h +++ b/linden/indra/llimage/llimagepng.h | |||
@@ -43,8 +43,8 @@ public: | |||
43 | LLImagePNG(); | 43 | LLImagePNG(); |
44 | 44 | ||
45 | BOOL updateData(); | 45 | BOOL updateData(); |
46 | BOOL decode(LLImageRaw* raw_image, F32 decode_time = 0.0); | 46 | BOOL decode(LLImageRaw* raw_image, F32 decode_time); |
47 | BOOL encode(const LLImageRaw* raw_image, F32 encode_time = 0.0); | 47 | BOOL encode(const LLImageRaw* raw_image, F32 encode_time); |
48 | 48 | ||
49 | private: | 49 | private: |
50 | U8* mTmpWriteBuffer; | 50 | U8* mTmpWriteBuffer; |