aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llimage/llimagebmp.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:37 -0500
committerJacek Antonelli2008-08-15 23:45:37 -0500
commit31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch)
treec4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/llimage/llimagebmp.h
parentSecond Life viewer sources 1.19.1.1 (diff)
downloadmeta-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 '')
-rw-r--r--linden/indra/llimage/llimagebmp.h4
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
51protected: 51protected:
52 BOOL decodeColorTable8( U8* dst, U8* src ); 52 BOOL decodeColorTable8( U8* dst, U8* src );