summaryrefslogtreecommitdiff
path: root/indra/newview/lllogchat.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-08-01 01:19:10 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-08-01 01:26:04 +0300
commitcc25193af9a64f36a75f401160f5757498f3e5fc (patch)
tree9082b76f92d8d983c4cadbcca7ac7dd0dfd15fcf /indra/newview/lllogchat.h
parent03a33bf07541f4555c840e2323e9e68fadc72689 (diff)
SL-12795 Fix existance of multiple chatlog files after name change
Diffstat (limited to 'indra/newview/lllogchat.h')
-rw-r--r--indra/newview/lllogchat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lllogchat.h b/indra/newview/lllogchat.h
index 8b7fe14e16..c4b61ee716 100644
--- a/indra/newview/lllogchat.h
+++ b/indra/newview/lllogchat.h
@@ -94,6 +94,7 @@ public:
static std::string timestamp(bool withdate = false);
static std::string makeLogFileName(std::string(filename));
+ static void renameLogFile(const std::string& old_filename, const std::string& new_filename);
/**
*Add functions to get old and non date stamped file names when needed
*/