From d752550cc8d01b29dd8b58e688147acff10da33c Mon Sep 17 00:00:00 2001 From: callum_linden Date: Fri, 17 Oct 2014 15:49:33 -0700 Subject: Update to build on Xcode 6.0: delete called on 'LLTranslationBridge' that is abstract but has non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor] --- indra/llappearance/llwearabletype.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/indra/llappearance/llwearabletype.h b/indra/llappearance/llwearabletype.h index e51e6731d3..7c9594644d 100644 --- a/indra/llappearance/llwearabletype.h +++ b/indra/llappearance/llwearabletype.h @@ -35,6 +35,9 @@ class LLTranslationBridge { public: + // clang needs this to be happy + virtual ~LLTranslationBridge() {} + virtual std::string getString(const std::string &xml_desc) = 0; }; -- cgit v1.2.3