summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2012-09-04 17:47:16 +0000
committerDon Kjer <don@lindenlab.com>2012-09-04 17:47:16 +0000
commit0f519ca167071e06e326dfc0494768f978e2328e (patch)
treed00c5f3ed9f53e728679b19ec5da5b60a68b09b4 /indra
parent1f6e20c5bbfd4495e6493facd2363fd133fe7fcd (diff)
Set virtual inheritance on LLTexture -> LLRefCount
Diffstat (limited to 'indra')
-rw-r--r--indra/llrender/lltexture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/lltexture.h b/indra/llrender/lltexture.h
index 2f9eb9b642..093bac20d1 100644
--- a/indra/llrender/lltexture.h
+++ b/indra/llrender/lltexture.h
@@ -40,7 +40,7 @@ class LLFontGL ;
//
//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 ;