aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewtexture.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llpreviewtexture.h
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpreviewtexture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpreviewtexture.h b/linden/indra/newview/llpreviewtexture.h
index d1e9bb0..5a649da 100644
--- a/linden/indra/newview/llpreviewtexture.h
+++ b/linden/indra/newview/llpreviewtexture.h
@@ -78,11 +78,11 @@ public:
78 78
79protected: 79protected:
80 void init(); 80 void init();
81 void updateAspectRatio();
82 81
83 virtual const char *getTitleName() const { return "Texture"; } 82 virtual const char *getTitleName() const { return "Texture"; }
84 83
85protected: 84private:
85 void updateDimensions();
86 LLUUID mImageID; 86 LLUUID mImageID;
87 LLPointer<LLViewerImage> mImage; 87 LLPointer<LLViewerImage> mImage;
88 BOOL mLoadingFullImage; 88 BOOL mLoadingFullImage;