From 40a1154ec9e5b98bdeec408aa8cce7a10919d602 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Tue, 19 Jul 2022 19:56:16 +0300 Subject: SL-17640 Check account balance before uploading --- indra/newview/llmaterialeditor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llmaterialeditor.h') 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 mEmissiveJ2C; bool mHasUnsavedChanges; + S32 mExpectedUploadCost; std::string mMaterialName; }; -- cgit v1.2.3