summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/newview/llsettingsvo.h2
1 files changed, 1 insertions, 1 deletions
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 &);