aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llimage/llimagedxt.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llimage/llimagedxt.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llimage/llimagedxt.h')
-rw-r--r--linden/indra/llimage/llimagedxt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llimage/llimagedxt.h b/linden/indra/llimage/llimagedxt.h
index f144c21..a3cb4c7 100644
--- a/linden/indra/llimage/llimagedxt.h
+++ b/linden/indra/llimage/llimagedxt.h
@@ -102,6 +102,7 @@ private:
102public: 102public:
103 LLImageDXT(); 103 LLImageDXT();
104 104
105 /*virtual*/ std::string getExtension() { return std::string("dxt"); }
105 /*virtual*/ BOOL updateData(); 106 /*virtual*/ BOOL updateData();
106 107
107 /*virtual*/ BOOL decode(LLImageRaw* raw_image, F32 decode_time); 108 /*virtual*/ BOOL decode(LLImageRaw* raw_image, F32 decode_time);