diff options
author | Rider Linden <rider@lindenlab.com> | 2018-01-23 08:54:34 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-01-23 08:54:34 -0800 |
commit | 1b8c2b5ebbe0d42f147730bc9b6528fa8c6796ce (patch) | |
tree | 577e909cd6f0c620dcda1393fb572100fd4faf7e /indra/llinventory/llsettingssky.h | |
parent | a0c228d84240a80437b63e0a2cd1cee24e8004a0 (diff) |
MAINT-8052: Initial support for new EEP cap
Diffstat (limited to 'indra/llinventory/llsettingssky.h')
-rw-r--r-- | indra/llinventory/llsettingssky.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llinventory/llsettingssky.h b/indra/llinventory/llsettingssky.h index 12ea237ef3..d36de571f6 100644 --- a/indra/llinventory/llsettingssky.h +++ b/indra/llinventory/llsettingssky.h @@ -409,6 +409,9 @@ public: return mTotalAmbient; } + virtual validation_list_t getValidationList() const; + static validation_list_t validationList(); + protected: static const std::string SETTING_LEGACY_EAST_ANGLE; static const std::string SETTING_LEGACY_ENABLE_CLOUD_SCROLL; @@ -418,8 +421,6 @@ protected: virtual stringset_t getSlerpKeys() const; - virtual validation_list_t getValidationList() const; - virtual void updateSettings(); static LLSD translateLegacySettings(LLSD legacy); |