diff options
Diffstat (limited to 'linden/indra/llcommon/lllslconstants.h')
-rw-r--r-- | linden/indra/llcommon/lllslconstants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llcommon/lllslconstants.h b/linden/indra/llcommon/lllslconstants.h index 52d2858..08c63e3 100644 --- a/linden/indra/llcommon/lllslconstants.h +++ b/linden/indra/llcommon/lllslconstants.h | |||
@@ -155,4 +155,8 @@ const S32 LIST_STAT_SUM_SQUARES = 7; | |||
155 | const S32 LIST_STAT_NUM_COUNT = 8; | 155 | const S32 LIST_STAT_NUM_COUNT = 8; |
156 | const S32 LIST_STAT_GEO_MEAN = 9; | 156 | const S32 LIST_STAT_GEO_MEAN = 9; |
157 | 157 | ||
158 | const S32 STRING_TRIM_HEAD = 0x01; | ||
159 | const S32 STRING_TRIM_TAIL = 0x02; | ||
160 | const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL; | ||
161 | |||
158 | #endif | 162 | #endif |