summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingssky.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-01-23 17:34:25 -0800
committerRider Linden <rider@lindenlab.com>2018-01-23 17:34:25 -0800
commit536aeb54a6130f3d1e20405c8f6cbd29201de26d (patch)
tree8cc33f38b3ce3e2c2ad881e7929997d6a0ec515c /indra/llinventory/llsettingssky.h
parent5e544ee35d70fa9e27774ba30ccae06aa6d4d5f9 (diff)
MAINT-8052: One more step towards parcel environments.
Diffstat (limited to 'indra/llinventory/llsettingssky.h')
-rw-r--r--indra/llinventory/llsettingssky.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llinventory/llsettingssky.h b/indra/llinventory/llsettingssky.h
index d36de571f6..9947ffc022 100644
--- a/indra/llinventory/llsettingssky.h
+++ b/indra/llinventory/llsettingssky.h
@@ -412,6 +412,8 @@ public:
virtual validation_list_t getValidationList() const;
static validation_list_t validationList();
+ static LLSD translateLegacySettings(LLSD legacy);
+
protected:
static const std::string SETTING_LEGACY_EAST_ANGLE;
static const std::string SETTING_LEGACY_ENABLE_CLOUD_SCROLL;
@@ -423,8 +425,6 @@ protected:
virtual void updateSettings();
- static LLSD translateLegacySettings(LLSD legacy);
-
private:
static const F32 NIGHTTIME_ELEVATION;
static const F32 NIGHTTIME_ELEVATION_COS;