summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-06-01 23:54:01 +0100
committerGraham Linden <graham@lindenlab.com>2018-06-01 23:54:01 +0100
commitf87cf83a2bcca87f33c3f94cd09438fb7b65529c (patch)
treea8cb4092865ec3f73f4cbaff6f9c62074040b793
parent8cfdc07e790a557e881fadaa1b6258e5b16751f4 (diff)
Mark LLSettingsSky::skipInterpolateKeys as override to silence Clang fail.
-rw-r--r--indra/llinventory/llsettingssky.h2
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: