diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-24 12:16:59 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-24 20:58:05 +0200 |
commit | 32984b56ea8fa4f4357379a40627b5e9267d7543 (patch) | |
tree | c332e615cc6b609f6eb924198500a0d61e6f980b /indra/newview/llmaterialeditor.h | |
parent | dfa76a56e32b8577131542f5c412b48797f8d3d3 (diff) |
SL-18701 llsd is not thread safe, parse it before using
Diffstat (limited to 'indra/newview/llmaterialeditor.h')
-rw-r--r-- | indra/newview/llmaterialeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmaterialeditor.h b/indra/newview/llmaterialeditor.h index 3520709a31..23d5434ff7 100644 --- a/indra/newview/llmaterialeditor.h +++ b/indra/newview/llmaterialeditor.h @@ -229,7 +229,7 @@ public: U32 getUnsavedChangesFlags() { return mUnsavedChanges; } U32 getRevertedChangesFlags() { return mRevertedChanges; } - static bool capabilitiesAvalaible(); + static bool capabilitiesAvailable(); private: static bool updateInventoryItem(const std::string &buffer, const LLUUID &item_id, const LLUUID &task_id); |