diff options
author | Rider Linden <rider@lindenlab.com> | 2018-08-15 13:47:22 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-08-15 13:47:22 -0700 |
commit | af2fa3c5bd669fb28af904b3ac74fb28cb22025c (patch) | |
tree | 3f315047c420e2a0d269802f8040582d623e2422 | |
parent | d4aa55eade93a451149f906fe9187235306e8343 (diff) |
Somebody left off override
-rw-r--r-- | indra/newview/llsettingsvo.h | 2 |
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 &); |