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 4016c268d2..3c442df009 100644
--- a/indra/llmessage/llnamevalue.h
+++ b/indra/llmessage/llnamevalue.h
@@ -139,8 +139,8 @@ public:
const char *getClass() const { return mStringClass; }
const char *getSendto() const { return mStringSendto; }
- BOOL sendToData() const;
- BOOL sendToViewer() const;
+ bool sendToData() const;
+ bool sendToViewer() const;
void callCallback();
std::string printNameValue() const;