From af2fa3c5bd669fb28af904b3ac74fb28cb22025c Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Wed, 15 Aug 2018 13:47:22 -0700 Subject: Somebody left off override --- indra/newview/llsettingsvo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llsettingsvo.h b/indra/newview/llsettingsvo.h index 65aba42fbe..46f91c2264 100644 --- a/indra/newview/llsettingsvo.h +++ b/indra/newview/llsettingsvo.h @@ -159,7 +159,7 @@ public: static ptr_t buildFromEnvironmentMessage(LLSD settings); static void buildFromOtherSetting(LLSettingsBase::ptr_t settings, asset_built_fn cb); virtual ptr_t buildClone() override; - virtual ptr_t buildDeepCloneAndUncompress(); + virtual ptr_t buildDeepCloneAndUncompress() override; static LLSD convertToLegacy(const ptr_t &); -- cgit v1.2.3