Missed two overrides.

master
Rider Linden 2018-02-27 11:02:37 -08:00
parent 87f5675455
commit edc12edaae
1 changed files with 2 additions and 2 deletions

View File

@ -76,10 +76,10 @@ public:
//---------------------------------------------------------------------
virtual std::string getSettingType() const { return std::string("daycycle"); }
virtual std::string getSettingType() const override { return std::string("daycycle"); }
// Settings status
virtual void blend(const LLSettingsBase::ptr_t &other, F64 mix);
virtual void blend(const LLSettingsBase::ptr_t &other, F64 mix) override;
static LLSD defaults();