diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-02-11 21:50:38 +0000 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-02-11 21:50:38 +0000 |
commit | 582babac2f1acd7f558fa4bf13034c5f306fe115 (patch) | |
tree | a1f8a7a4d7142b6aaaa26cf10ac1ccb1240e0ee1 /indra/llui/llkeywords.h | |
parent | f093b4ea486b8d0f83a16347ed79e5479ddc6c27 (diff) |
STORM-1831 Changes to LLSD structure and corresponding processing in llkeywords. Plus some formating clean ups.
Diffstat (limited to 'indra/llui/llkeywords.h')
-rw-r--r-- | indra/llui/llkeywords.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llkeywords.h b/indra/llui/llkeywords.h index 87f65dc0bf..badbd2ae85 100644 --- a/indra/llui/llkeywords.h +++ b/indra/llui/llkeywords.h @@ -61,8 +61,8 @@ public: TT_DOUBLE_QUOTATION_MARKS, // Following constants are more specific versions of the preceding ones TT_CONSTANT, // WORD + TT_CONTROL, // WORD TT_EVENT, // WORD - TT_FLOW, // WORD TT_FUNCTION, // WORD TT_LABEL, // LINE TT_SECTION, // WORD |