diff options
Diffstat (limited to 'indra/llimage/llimagebmp.h')
-rw-r--r-- | indra/llimage/llimagebmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llimage/llimagebmp.h b/indra/llimage/llimagebmp.h index 00d3e957e4..6ad1fac4ae 100644 --- a/indra/llimage/llimagebmp.h +++ b/indra/llimage/llimagebmp.h @@ -44,6 +44,7 @@ protected: public: LLImageBMP(); + /*virtual*/ std::string getExtension() { return std::string("bmp"); } /*virtual*/ BOOL updateData(); /*virtual*/ BOOL decode(LLImageRaw* raw_image, F32 decode_time); /*virtual*/ BOOL encode(const LLImageRaw* raw_image, F32 encode_time); |