diff options
| -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 89186cf3a1..3c6dbdb76d 100644 --- a/indra/llinventory/llsettingssky.h +++ b/indra/llinventory/llsettingssky.h @@ -423,7 +423,7 @@ protected:      LLSettingsSky(); -    virtual stringset_t getSlerpKeys() const; +    virtual stringset_t getSlerpKeys() const override;      virtual void    updateSettings() override;  | 
