diff options
Diffstat (limited to 'linden/indra/llcommon/llchat.h')
-rw-r--r-- | linden/indra/llcommon/llchat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llchat.h b/linden/indra/llcommon/llchat.h index 6c75a25..4ec9a08 100644 --- a/linden/indra/llcommon/llchat.h +++ b/linden/indra/llcommon/llchat.h | |||
@@ -42,7 +42,8 @@ typedef enum e_chat_source_type | |||
42 | { | 42 | { |
43 | CHAT_SOURCE_SYSTEM = 0, | 43 | CHAT_SOURCE_SYSTEM = 0, |
44 | CHAT_SOURCE_AGENT = 1, | 44 | CHAT_SOURCE_AGENT = 1, |
45 | CHAT_SOURCE_OBJECT = 2 | 45 | CHAT_SOURCE_OBJECT = 2, |
46 | CHAT_SOURCE_OBJECT_IM = 3 | ||
46 | } EChatSourceType; | 47 | } EChatSourceType; |
47 | 48 | ||
48 | typedef enum e_chat_type | 49 | typedef enum e_chat_type |