summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermyenvironment.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-04-15 23:40:36 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-04-15 23:54:42 +0300
commitd7614a89b68e3cd1b49ce16ffcccf8be43ea503b (patch)
tree84ae1fd557480ba5288efac38c1698a26c8de792 /indra/newview/llfloatermyenvironment.h
parent1ede3073fda8a9c82f01130f8981219469bd8639 (diff)
viewer#1213 My Environments 'Apply' buttons enabled for folders
Diffstat (limited to 'indra/newview/llfloatermyenvironment.h')
-rw-r--r--indra/newview/llfloatermyenvironment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatermyenvironment.h b/indra/newview/llfloatermyenvironment.h
index fea0981590..2d6e234700 100644
--- a/indra/newview/llfloatermyenvironment.h
+++ b/indra/newview/llfloatermyenvironment.h
@@ -69,7 +69,7 @@ private:
void getSelectedIds(uuid_vec_t& ids) const;
void refreshButtonStates();
- bool isSettingSelected(LLUUID item_id);
+ static bool isSettingId(const LLUUID &item_id);
static LLUUID findItemByAssetId(LLUUID asset_id, bool copyable_only, bool ignore_library);
};