summaryrefslogtreecommitdiff
path: root/indra/llfilesystem/lldir.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llfilesystem/lldir.h')
-rw-r--r--indra/llfilesystem/lldir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llfilesystem/lldir.h b/indra/llfilesystem/lldir.h
index be82f55e46..b0d2b6aada 100644
--- a/indra/llfilesystem/lldir.h
+++ b/indra/llfilesystem/lldir.h
@@ -178,7 +178,7 @@ class LLDir
static std::string getDumpLogsDirPath(const std::string &file_name = "");
// For producing safe download file names from potentially unsafe ones
- static std::string getScrubbedFileName(const std::string uncleanFileName);
+ static std::string getScrubbedFileName(std::string_view uncleanFileName);
static std::string getForbiddenFileChars();
void setDumpDir( const std::string& path );