summaryrefslogtreecommitdiff
path: root/indra/llrender/lltexture.h
diff options
context:
space:
mode:
authorGraham Madarasz <graham@lindenlab.com>2013-05-10 15:13:07 -0700
committerGraham Madarasz <graham@lindenlab.com>2013-05-10 15:13:07 -0700
commite413f4b335a2f4f5a1ca151c8ab67324a72ebaee (patch)
tree23c5343dea45f63ca2069d28d782614fd2bc6698 /indra/llrender/lltexture.h
parent6074f65991f4a9e928ef9609e90d8e9570350e63 (diff)
Fixup merge diffs
Diffstat (limited to 'indra/llrender/lltexture.h')
-rwxr-xr-xindra/llrender/lltexture.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/indra/llrender/lltexture.h b/indra/llrender/lltexture.h
index 569a65c2e0..093bac20d1 100755
--- a/indra/llrender/lltexture.h
+++ b/indra/llrender/lltexture.h
@@ -38,10 +38,9 @@ class LLTexUnit ;
class LLFontGL ;
//
-//this is an abstract class as the parent for the class LLViewerTexture
-//through the following virtual functions, the class LLViewerTexture can be reached from /llrender.
+//this is an abstract class as the parent for the class LLGLTexture
//
-class LLTexture : public LLRefCount
+class LLTexture : public virtual LLRefCount
{
friend class LLTexUnit ;
friend class LLFontGL ;
@@ -53,7 +52,7 @@ public:
LLTexture(){}
//
- //interfaces to access LLViewerTexture
+ //interfaces to access LLGLTexture
//
virtual S8 getType() const = 0 ;
virtual void setKnownDrawSize(S32 width, S32 height) = 0 ;