diff options
author | Rider Linden <rider@lindenlab.com> | 2018-05-22 16:54:04 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-05-22 16:54:04 -0700 |
commit | b29aa01056a1ea08d1d29dd610f6a1cd0aadcd9b (patch) | |
tree | f64a62e6eac9a3d343162a9c52e522761c96e6ca /indra/newview/llenvironment.h | |
parent | 3888de9439c20eb1698e16fb878a47d78cfdf85e (diff) |
Enable save/load/import for day edit.
Diffstat (limited to 'indra/newview/llenvironment.h')
-rw-r--r-- | indra/newview/llenvironment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llenvironment.h b/indra/newview/llenvironment.h index 9f9eb614a4..e8e5a74196 100644 --- a/indra/newview/llenvironment.h +++ b/indra/newview/llenvironment.h @@ -194,6 +194,7 @@ public: static LLSettingsWater::ptr_t createWaterFromLegacyPreset(const std::string filename); static LLSettingsSky::ptr_t createSkyFromLegacyPreset(const std::string filename); + static LLSettingsDay::ptr_t createDayCycleFromLegacyPreset(const std::string filename); //------------------------------------------- connection_t setSkyListChange(const change_signal_t::slot_type& cb); |