diff options
Diffstat (limited to 'indra/llmessage/message.h')
-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. }; |