diff options
author | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
commit | 31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch) | |
tree | c4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/llimage/llimagepng.h | |
parent | Second Life viewer sources 1.19.1.1 (diff) | |
download | meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2 meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz |
Second Life viewer sources 1.19.1.2
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; |