summaryrefslogtreecommitdiff
path: root/indra/newview/lllogchat.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lllogchat.h')
-rw-r--r--indra/newview/lllogchat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lllogchat.h b/indra/newview/lllogchat.h
index 45279fd6ae..28e073de4c 100644
--- a/indra/newview/lllogchat.h
+++ b/indra/newview/lllogchat.h
@@ -48,6 +48,8 @@ public:
static void loadHistory(std::string filename,
void (*callback)(ELogLineType,std::string,void*),
void* userdata);
+private:
+ static std::string cleanFileName(std::string filename);
};
#endif