diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-07-20 20:35:52 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-07-20 20:35:52 +0300 |
commit | efee1d96372e3d13c29943728ec4249d5e71895c (patch) | |
tree | 0c802cec77b0552c8bf9433f798297db6c027159 /indra/newview/llfloaterfixedenvironment.h | |
parent | 9d2c405ee419af3c316939a7fe12fbd97ce49f9b (diff) |
SL-13516 MAC build fix
Diffstat (limited to 'indra/newview/llfloaterfixedenvironment.h')
-rw-r--r-- | indra/newview/llfloaterfixedenvironment.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llfloaterfixedenvironment.h b/indra/newview/llfloaterfixedenvironment.h index 1620bc101a..00b6c3a570 100644 --- a/indra/newview/llfloaterfixedenvironment.h +++ b/indra/newview/llfloaterfixedenvironment.h @@ -79,9 +79,8 @@ protected: void onInventoryCreated(LLUUID asset_id, LLUUID inventory_id, LLSD results); void onInventoryUpdated(LLUUID asset_id, LLUUID inventory_id, LLSD results); - bool getIsDirty() const { return mIsDirty; } - void setDirtyFlag() { mIsDirty = true; } - virtual void clearDirtyFlag(); + virtual void clearDirtyFlag() override; + void updatePermissionFlags(); void doSelectFromInventory(); |