summaryrefslogtreecommitdiff
path: root/indra/newview/llmaterialeditor.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-09-26 23:23:52 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-09-26 23:23:52 +0300
commit30b6d29b042f6f9a5054d80cad26960b83d8472b (patch)
tree387e758a0871d2b8dbba97e12e50e8aa8857b51e /indra/newview/llmaterialeditor.h
parent20f44fb522099e8e14e42ea0d5dedf76b24b9d6c (diff)
SL-17640 Material editor permissions support
Diffstat (limited to 'indra/newview/llmaterialeditor.h')
-rw-r--r--indra/newview/llmaterialeditor.h5
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);