diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpreviewtexture.h | 4 |
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 | ||
79 | protected: | 79 | protected: |
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 | ||
85 | protected: | 84 | private: |
85 | void updateDimensions(); | ||
86 | LLUUID mImageID; | 86 | LLUUID mImageID; |
87 | LLPointer<LLViewerImage> mImage; | 87 | LLPointer<LLViewerImage> mImage; |
88 | BOOL mLoadingFullImage; | 88 | BOOL mLoadingFullImage; |