aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/message.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/llmessage/message.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/llmessage/message.h')
-rw-r--r--linden/indra/llmessage/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/message.h b/linden/indra/llmessage/message.h
index 4454b40..3381ece 100644
--- a/linden/indra/llmessage/message.h
+++ b/linden/indra/llmessage/message.h
@@ -529,7 +529,7 @@ public:
529 bool isMatchingDigestForWindow(const char* digest, const S32 window) const; 529 bool isMatchingDigestForWindow(const char* digest, const S32 window) const;
530 530
531 void showCircuitInfo(); 531 void showCircuitInfo();
532 LLString getCircuitInfoString(); 532 void getCircuitInfo(LLSD& info) const;
533 533
534 U32 getOurCircuitCode(); 534 U32 getOurCircuitCode();
535 535