diff options
author | Josh Bell <josh@lindenlab.com> | 2007-01-15 18:49:02 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-01-15 18:49:02 +0000 |
commit | aeb6d0c93c1122c1320f99c1a652a5e2f1d60d52 (patch) | |
tree | 5aedb2a22e54d9c2c2fe9389d4ad6cebe891c5f1 /indra/llmessage | |
parent | dbf45ad4294a59c050982b5a417fe86272026454 (diff) |
svn merge -r 56599:56738 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/message.h b/indra/llmessage/message.h index 6f6bff6bf6..ec76e1f755 100644 --- a/indra/llmessage/message.h +++ b/indra/llmessage/message.h @@ -731,7 +731,7 @@ private: static F32 mTimeDecodesSpamThreshold; // If mTimeDecodes is on, all this many seconds for each msg decode before spamming static BOOL mTimeDecodes; // Measure time for all message decodes if TRUE; - void LLMessageSystem::init(); // ctor shared initialisation. + void init(); // ctor shared initialisation. }; |