aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewtexture.h
diff options
context:
space:
mode:
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;