diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-26 23:23:52 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-26 23:23:52 +0300 |
commit | 30b6d29b042f6f9a5054d80cad26960b83d8472b (patch) | |
tree | 387e758a0871d2b8dbba97e12e50e8aa8857b51e /indra/newview/llmaterialeditor.h | |
parent | 20f44fb522099e8e14e42ea0d5dedf76b24b9d6c (diff) |
SL-17640 Material editor permissions support
Diffstat (limited to 'indra/newview/llmaterialeditor.h')
-rw-r--r-- | indra/newview/llmaterialeditor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llmaterialeditor.h b/indra/newview/llmaterialeditor.h index 0d741614b8..8a67c3c348 100644 --- a/indra/newview/llmaterialeditor.h +++ b/indra/newview/llmaterialeditor.h @@ -153,8 +153,9 @@ public: void setDoubleSided(bool double_sided); void setHasUnsavedChanges(bool value); - void setCanSaveAs(BOOL value); - void setCanSave(BOOL value); + void setCanSaveAs(bool value); + void setCanSave(bool value); + void setEnableEditing(bool can_modify); void onCommitBaseColorTexture(LLUICtrl* ctrl, const LLSD& data); void onCommitMetallicTexture(LLUICtrl* ctrl, const LLSD& data); |