diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-07-19 19:56:16 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-07-19 19:56:16 +0300 |
commit | 40a1154ec9e5b98bdeec408aa8cce7a10919d602 (patch) | |
tree | b23c509220fd5e5427657079f73eedee2dc61b90 /indra/newview/llmaterialeditor.h | |
parent | 35a97efcb713db780399bb6ce1fbb38e517bd570 (diff) |
SL-17640 Check account balance before uploading
Diffstat (limited to 'indra/newview/llmaterialeditor.h')
-rw-r--r-- | indra/newview/llmaterialeditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmaterialeditor.h b/indra/newview/llmaterialeditor.h index 6196e3d310..be376c9d2b 100644 --- a/indra/newview/llmaterialeditor.h +++ b/indra/newview/llmaterialeditor.h @@ -191,6 +191,7 @@ private: LLPointer<LLImageJ2C> mEmissiveJ2C; bool mHasUnsavedChanges; + S32 mExpectedUploadCost; std::string mMaterialName; }; |