diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-04 15:18:15 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-04 15:18:15 +0000 |
commit | 204be2ba5261d794f8264e004b65725450bf1be9 (patch) | |
tree | df69bb3250ed8b6a39aad8361d1560d392bfdcb9 /indra/llrender | |
parent | 7b4385420edf3f431ddc4a7042bbc9623ffedd34 (diff) |
Split LLTexLayerSetBuffer into llappearance portion, and viewer-specific LLViewerTexLayerSetBuffer
Diffstat (limited to 'indra/llrender')
-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 a23aa72520..40245968d1 100644 --- a/indra/llrender/lltexture.h +++ b/indra/llrender/lltexture.h @@ -43,7 +43,7 @@ class LLImageRaw ; //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. // -class LLTexture : public LLRefCount +class LLTexture : public virtual LLRefCount { friend class LLTexUnit ; friend class LLFontGL ; |