diff options
author | Graham Linden <graham@lindenlab.com> | 2018-06-01 23:54:01 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-06-01 23:54:01 +0100 |
commit | f87cf83a2bcca87f33c3f94cd09438fb7b65529c (patch) | |
tree | a8cb4092865ec3f73f4cbaff6f9c62074040b793 /indra | |
parent | 8cfdc07e790a557e881fadaa1b6258e5b16751f4 (diff) |
Mark LLSettingsSky::skipInterpolateKeys as override to silence Clang fail.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llinventory/llsettingssky.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingssky.h b/indra/llinventory/llsettingssky.h index 6e532eba55..93da1e6dd0 100644 --- a/indra/llinventory/llsettingssky.h +++ b/indra/llinventory/llsettingssky.h @@ -423,7 +423,7 @@ protected: LLSettingsSky(); virtual stringset_t getSlerpKeys() const override; - virtual stringset_t getSkipInterpolateKeys() const; + virtual stringset_t getSkipInterpolateKeys() const override; virtual void updateSettings() override; private: |