diff options
author | Rider Linden <rider@lindenlab.com> | 2018-09-10 14:49:14 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-09-10 14:49:14 -0700 |
commit | 6246c8077e5ee81321cff52250d3b99eab81cd57 (patch) | |
tree | 628a009259c799e4a1888cc3162c330b63327db2 /indra/newview/llfloatereditextdaycycle.h | |
parent | 2fd4ce55af8c68b8ae5eea72566cdb6d87d3a842 (diff) |
MAINT-9118: Allow the environment panel to indicated that the environment may be modified.
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.h')
-rw-r--r-- | indra/newview/llfloatereditextdaycycle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h index d808dc60c5..76f7d705a2 100644 --- a/indra/newview/llfloatereditextdaycycle.h +++ b/indra/newview/llfloatereditextdaycycle.h @@ -57,6 +57,7 @@ public: static const std::string KEY_INVENTORY_ID; static const std::string KEY_EDIT_CONTEXT; static const std::string KEY_DAY_LENGTH; + static const std::string KEY_CANMOD; static const std::string VALUE_CONTEXT_INVENTORY; static const std::string VALUE_CONTEXT_PARCEL; |