diff options
author | Rider Linden <rider@lindenlab.com> | 2018-12-21 15:30:57 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-12-21 15:30:57 -0800 |
commit | 8227a0b270f6e7cc521adeb7b97ad2d5fb646973 (patch) | |
tree | f03d3a12f94c503350dd11b7167b541a98306757 /indra/newview/llfloatereditextdaycycle.h | |
parent | 634910f685057c50ae3233d9f71d4b21cf958749 (diff) |
SL-10279: Rework the environment pannel. Still in progress.
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.h')
-rw-r--r-- | indra/newview/llfloatereditextdaycycle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h index 1dea77571f..1967f5a470 100644 --- a/indra/newview/llfloatereditextdaycycle.h +++ b/indra/newview/llfloatereditextdaycycle.h @@ -92,6 +92,8 @@ public: void setEditDayCycle(const LLSettingsDay::ptr_t &pday); void setEditDefaultDayCycle(); + std::string getEditName() const; + void setEditName(const std::string &name); LLUUID getEditingAssetId() { return mEditDay ? mEditDay->getAssetId() : LLUUID::null; } LLUUID getEditingInventoryId() { return mInventoryId; } |