summaryrefslogtreecommitdiff
path: root/indra/llmessage/llnamevalue.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmessage/llnamevalue.h')
-rw-r--r--indra/llmessage/llnamevalue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmessage/llnamevalue.h b/indra/llmessage/llnamevalue.h
index f50ed08207..f492015b4a 100644
--- a/indra/llmessage/llnamevalue.h
+++ b/indra/llmessage/llnamevalue.h
@@ -148,8 +148,8 @@ public:
BOOL sendToViewer() const;
void callCallback();
- std::string printNameValue();
- std::string printData();
+ std::string printNameValue() const;
+ std::string printData() const;
ENameValueType getTypeEnum() const { return mType; }
ENameValueClass getClassEnum() const { return mClass; }