diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-28 19:54:00 +0000 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-28 19:54:00 +0000 |
commit | 56e427d0eb12f5f89ffde27a2cb5026fd5c0589c (patch) | |
tree | b65b5f23bda793558a9423ea55954cfb3b410c43 /indra/newview/llpreviewscript.h | |
parent | 83822fd1992140b85966ca613b026c4bc6c38005 (diff) |
SL-13995 User Friendly Script Name In External Editor Tab
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rw-r--r-- | indra/newview/llpreviewscript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h index 74e4c00d43..612789e4b5 100644 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -206,7 +206,7 @@ public: LLScriptEdContainer(const LLSD& key, const bool live); protected: - std::string getTmpFileName(); + std::string getTmpFileName(const std::string& script_name); bool onExternalChange(const std::string& filename); virtual void saveIfNeeded(bool sync = true) = 0; |