diff options
Diffstat (limited to 'indra/newview/lltextureview.h')
-rw-r--r-- | indra/newview/lltextureview.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/lltextureview.h b/indra/newview/lltextureview.h index 691438c64e..4392b382a8 100644 --- a/indra/newview/lltextureview.h +++ b/indra/newview/lltextureview.h @@ -18,6 +18,8 @@ class LLGLTexMemBar; class LLTextureView : public LLContainerView { + friend class LLTextureBar; + friend class LLGLTexMemBar; public: LLTextureView(const std::string& name, const LLRect& rect); ~LLTextureView(); @@ -38,11 +40,11 @@ private: BOOL addBar(LLViewerImage *image, BOOL hilight = FALSE); void removeAllBars(); -public: +private: BOOL mFreezeView; BOOL mOrderFetch; + BOOL mPrintList; -private: LLTextBox *mInfoTextp; std::vector<LLTextureBar*> mTextureBars; |