diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-06-11 12:33:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-11 12:33:53 -0400 |
commit | e92689063bdbe34907348a12f1db39bc81132783 (patch) | |
tree | 3d7b76e4f82fbb147e6c07f104fb85c55246fd99 /indra/newview/llmaterialeditor.h | |
parent | f3bfc13f7957a5f142871bddc57d63cd08595ad9 (diff) | |
parent | b5546377b0aa2482756b1dad4258659edc630c3b (diff) |
Merge pull request #1697 from secondlife/lua-bradfix
Merge promoted Featurettes + Brad's GitHub Windows build workaround.
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 dda65476af..11809d26be 100644 --- a/indra/newview/llmaterialeditor.h +++ b/indra/newview/llmaterialeditor.h @@ -288,6 +288,7 @@ private: // utility function for building a description of the imported material // based on what we know about it. const std::string buildMaterialDescription(); + void refreshUploadCost(); void resetUnsavedChanges(); void markChangesUnsaved(U32 dirty_flag); |