summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatereditextdaycycle.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-10-15 18:07:55 +0300
committermaxim_productengine <mnikolenko@productengine.com>2019-10-15 18:07:55 +0300
commitcc3cf17e5e335b6e78d86755e015161ab92c50db (patch)
tree71926f3b3ea76abacea9e1f533bafa74236e5867 /indra/newview/llfloatereditextdaycycle.h
parent7ff09d05f2023ce8eb26acc46da22f8d86743de5 (diff)
SL-11907 Fixed assigning permissions to environment when using "Save As"
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.h')
-rw-r--r--indra/newview/llfloatereditextdaycycle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h
index 83ce69cff3..b6e9fdb14f 100644
--- a/indra/newview/llfloatereditextdaycycle.h
+++ b/indra/newview/llfloatereditextdaycycle.h
@@ -148,7 +148,7 @@ private:
void removeCurrentSliderFrame();
void removeSliderFrame(F32 frame);
- void loadInventoryItem(const LLUUID &inventoryId);
+ void loadInventoryItem(const LLUUID &inventoryId, bool can_trans = true);
void onAssetLoaded(LLUUID asset_id, LLSettingsBase::ptr_t settings, S32 status);
void doImportFromDisk();