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 4454b40ab9..3381ece222 100644 --- a/indra/llmessage/message.h +++ b/indra/llmessage/message.h @@ -529,7 +529,7 @@ public: bool isMatchingDigestForWindow(const char* digest, const S32 window) const; void showCircuitInfo(); - LLString getCircuitInfoString(); + void getCircuitInfo(LLSD& info) const; U32 getOurCircuitCode(); |