diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llimage/llimagebmp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llimage/llimagebmp.h b/linden/indra/llimage/llimagebmp.h index 8c83bc5..2b25c43 100644 --- a/linden/indra/llimage/llimagebmp.h +++ b/linden/indra/llimage/llimagebmp.h | |||
@@ -45,8 +45,8 @@ public: | |||
45 | LLImageBMP(); | 45 | LLImageBMP(); |
46 | 46 | ||
47 | /*virtual*/ BOOL updateData(); | 47 | /*virtual*/ BOOL updateData(); |
48 | /*virtual*/ BOOL decode(LLImageRaw* raw_image, F32 time=0.0); | 48 | /*virtual*/ BOOL decode(LLImageRaw* raw_image, F32 decode_time); |
49 | /*virtual*/ BOOL encode(const LLImageRaw* raw_image, F32 time=0.0); | 49 | /*virtual*/ BOOL encode(const LLImageRaw* raw_image, F32 encode_time); |
50 | 50 | ||
51 | protected: | 51 | protected: |
52 | BOOL decodeColorTable8( U8* dst, U8* src ); | 52 | BOOL decodeColorTable8( U8* dst, U8* src ); |