diff options
Diffstat (limited to 'indra/newview/llfloatermyenvironment.h')
-rw-r--r-- | indra/newview/llfloatermyenvironment.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloatermyenvironment.h b/indra/newview/llfloatermyenvironment.h index 51a44ec1aa..9d9659576d 100644 --- a/indra/newview/llfloatermyenvironment.h +++ b/indra/newview/llfloatermyenvironment.h @@ -69,6 +69,9 @@ private: void onSelectionChange(); void onDeleteSelected(); void onDoCreate(const LLSD &data); + void onDoApply(const std::string &context); + bool canAction(const std::string &context); + bool canApply(const std::string &context); void getSelectedIds(uuid_vec_t& ids) const; void refreshButtonStates(); |