diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-04 17:47:16 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-04 17:47:16 +0000 |
commit | 0f519ca167071e06e326dfc0494768f978e2328e (patch) | |
tree | d00c5f3ed9f53e728679b19ec5da5b60a68b09b4 | |
parent | 1f6e20c5bbfd4495e6493facd2363fd133fe7fcd (diff) |
Set virtual inheritance on LLTexture -> LLRefCount
-rw-r--r-- | indra/llrender/lltexture.h | 2 |
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 ; |