summaryrefslogtreecommitdiff
path: root/indra/llimage/llimagetga.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llimage/llimagetga.h')
-rw-r--r--indra/llimage/llimagetga.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llimage/llimagetga.h b/indra/llimage/llimagetga.h
index d1178ffb73..e8f9672778 100644
--- a/indra/llimage/llimagetga.h
+++ b/indra/llimage/llimagetga.h
@@ -45,6 +45,7 @@ public:
LLImageTGA();
LLImageTGA(const std::string& file_name);
+ /*virtual*/ std::string getExtension() { return std::string("tga"); }
/*virtual*/ BOOL updateData();
/*virtual*/ BOOL decode(LLImageRaw* raw_image, F32 decode_time=0.0);
/*virtual*/ BOOL encode(const LLImageRaw* raw_image, F32 encode_time=0.0);