summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewtexture.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-07-02 16:11:39 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-07-02 16:11:39 +0300
commit66793abc716d86660e2fa4c7731e235881525c69 (patch)
treeee8ee8ad965efb60bb362ebed35d6633ecbde90c /indra/newview/llpreviewtexture.h
parent7a6b5a598487c6162c56246561bae205824c892b (diff)
SL-14075 allow exporting multiple textures with the same name
Diffstat (limited to 'indra/newview/llpreviewtexture.h')
-rw-r--r--indra/newview/llpreviewtexture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewtexture.h b/indra/newview/llpreviewtexture.h
index cc6c7854b6..9b6a843875 100644
--- a/indra/newview/llpreviewtexture.h
+++ b/indra/newview/llpreviewtexture.h
@@ -63,7 +63,7 @@ public:
void openToSave();
void saveTextureToFile(const std::vector<std::string>& filenames);
- void saveMultipleToFile();
+ void saveMultipleToFile(const std::string& file_name = "");
static void onSaveAsBtn(void* data);