From 42cb9e655a3ada775ff9f432bb23afd47aa6a3ad Mon Sep 17 00:00:00 2001 From: callum_linden <none@none> Date: Mon, 20 Oct 2014 11:18:30 -0700 Subject: [PATCH] Update to build on Xcode 6.0: delete called on that is abstract but has non-virtual dest --- indra/llappearance/lltexturemanagerbridge.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/llappearance/lltexturemanagerbridge.h b/indra/llappearance/lltexturemanagerbridge.h index 4b814b522dd..101704b1627 100644 --- a/indra/llappearance/lltexturemanagerbridge.h +++ b/indra/llappearance/lltexturemanagerbridge.h @@ -35,6 +35,8 @@ class LLTextureManagerBridge { public: + virtual ~LLTextureManagerBridge() {} + virtual LLPointer<LLGLTexture> getLocalTexture(BOOL usemipmaps = TRUE, BOOL generate_gl_tex = TRUE) = 0; virtual LLPointer<LLGLTexture> getLocalTexture(const U32 width, const U32 height, const U8 components, BOOL usemipmaps, BOOL generate_gl_tex = TRUE) = 0; virtual LLGLTexture* getFetchedTexture(const LLUUID &image_id) = 0; -- GitLab