summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-05-28 14:02:44 -0400
committerLoren Shih <seraph@lindenlab.com>2010-05-28 14:02:44 -0400
commit0b96ae29cf0b2baf4732e09a28a5f76d3df05727 (patch)
tree324b8e9b3a91b5f2c5a172377bfe4eef75da3edc /indra/newview
parent955698c7a6d04c1ed895bfc2b9b5acf4e8d5473e (diff)
Fixed linux compile error due to missing forward declare in lltextureview.h.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/lltextureview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltextureview.h b/indra/newview/lltextureview.h
index 6072cd3f11..dfd9c42c2c 100644
--- a/indra/newview/lltextureview.h
+++ b/indra/newview/lltextureview.h
@@ -38,6 +38,7 @@
class LLViewerFetchedTexture;
class LLTextureBar;
class LLGLTexMemBar;
+class LLAvatarTexBar;
class LLTextureView : public LLContainerView
{