diff options
author | Christian Goetze <cg@lindenlab.com> | 2008-12-18 00:39:23 +0000 |
---|---|---|
committer | Christian Goetze <cg@lindenlab.com> | 2008-12-18 00:39:23 +0000 |
commit | a8d88418ce8d716df2d7b7eb94af8a04c81cb1ca (patch) | |
tree | 362bb08472a471181ba5ad127f138e5f09b4d8c0 /indra/llcommon/lllog.h | |
parent | d2a2b7fd552135b66aa7753eba4833b1197557b5 (diff) |
QAR-1075 svn merge -r106114:106224 svn+ssh://svn.lindenlab.com/svn/linden/branches/parcel-stats-merge
Diffstat (limited to 'indra/llcommon/lllog.h')
-rw-r--r-- | indra/llcommon/lllog.h | 4 |
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; |