diff options
author | Rider Linden <rider@lindenlab.com> | 2018-03-06 14:58:39 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-03-06 14:58:39 -0800 |
commit | cbe4cac78cf48cb9144dc2f6c194585cff87a1ce (patch) | |
tree | 5c1ae3a57ac6bdeafb78bc193ba9b081f8108774 /indra/llinventory/llsettingsdaycycle.h | |
parent | 5621fa48537100d70e8d06b00b6c2577f5c11140 (diff) |
Settings type inventory objects and upload the assests.
Diffstat (limited to 'indra/llinventory/llsettingsdaycycle.h')
-rw-r--r-- | indra/llinventory/llsettingsdaycycle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingsdaycycle.h b/indra/llinventory/llsettingsdaycycle.h index 2d0fa4a840..da572572c4 100644 --- a/indra/llinventory/llsettingsdaycycle.h +++ b/indra/llinventory/llsettingsdaycycle.h @@ -72,7 +72,7 @@ public: virtual ptr_t buildClone() = 0; virtual LLSD getSettings() const override; - virtual LLSettingsType getSettingTypeValue() const override { return LLSettingsType::ST_DAYCYCLE; } + virtual LLSettingsType::type_e getSettingTypeValue() const override { return LLSettingsType::ST_DAYCYCLE; } //--------------------------------------------------------------------- |