summaryrefslogtreecommitdiff
path: root/indra/llcommon/lllog.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/lllog.h')
-rw-r--r--indra/llcommon/lllog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/lllog.h b/indra/llcommon/lllog.h
index ca71ca442c..9184ca6508 100644
--- a/indra/llcommon/lllog.h
+++ b/indra/llcommon/lllog.h
@@ -46,8 +46,8 @@ public:
LLLog(LLApp* app);
virtual ~LLLog();
- virtual void log(const std::string message, LLSD& info);
- virtual bool useLegacyLogMessage(const std::string message);
+ virtual void log(const std::string &message, LLSD& info);
+ virtual bool useLegacyLogMessage(const std::string &message);
private:
LLLogImpl* mImpl;