summaryrefslogtreecommitdiff
path: root/indra/llmessage/lleventflags.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmessage/lleventflags.h')
-rw-r--r--indra/llmessage/lleventflags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/lleventflags.h b/indra/llmessage/lleventflags.h
index 8d4d08be63..965d978a5c 100644
--- a/indra/llmessage/lleventflags.h
+++ b/indra/llmessage/lleventflags.h
@@ -37,5 +37,6 @@ const U32 EVENT_FLAG_NONE = 0x0000;
// set for mature events
const U32 EVENT_FLAG_MATURE = 0x0001;
+const U32 EVENT_FLAG_ADULT = 0x0002;
#endif