aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llimage/llimagepng.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llimage/llimagepng.h')
-rw-r--r--linden/indra/llimage/llimagepng.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/llimage/llimagepng.h b/linden/indra/llimage/llimagepng.h
index 7ca59cf..9d45fb0 100644
--- a/linden/indra/llimage/llimagepng.h
+++ b/linden/indra/llimage/llimagepng.h
@@ -42,9 +42,10 @@ protected:
42public: 42public:
43 LLImagePNG(); 43 LLImagePNG();
44 44
45 BOOL updateData(); 45 /*virtual*/ std::string getExtension() { return std::string("png"); }
46 BOOL decode(LLImageRaw* raw_image, F32 decode_time); 46 /*virtual*/ BOOL updateData();
47 BOOL encode(const LLImageRaw* raw_image, F32 encode_time); 47 /*virtual*/ BOOL decode(LLImageRaw* raw_image, F32 decode_time);
48 /*virtual*/ BOOL encode(const LLImageRaw* raw_image, F32 encode_time);
48 49
49private: 50private:
50 U8* mTmpWriteBuffer; 51 U8* mTmpWriteBuffer;