diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-08-09 00:21:45 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-08-09 00:22:09 +0300 |
commit | e73fd2a2f28a01c1ab1e0dee63ba4d2ca73c9634 (patch) | |
tree | 74c69448be4d97958cb5970a0c4e776bd0c00eae /indra/newview/llmaterialeditor.h | |
parent | c0d20995c32cb9cabc3e8e74aef96726bcc19ddf (diff) |
SL-17653 Perially done restoration functionality
Diffstat (limited to 'indra/newview/llmaterialeditor.h')
-rw-r--r-- | indra/newview/llmaterialeditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llmaterialeditor.h b/indra/newview/llmaterialeditor.h index 3da59c7f93..1b81a7144a 100644 --- a/indra/newview/llmaterialeditor.h +++ b/indra/newview/llmaterialeditor.h @@ -103,6 +103,8 @@ public: BOOL postBuild() override; void onClickCloseBtn(bool app_quitting = false) override; + void onClose(bool app_quitting) override; + LLUUID getAlbedoId(); void setAlbedoId(const LLUUID& id); void setAlbedoUploadId(const LLUUID& id); |