diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-05-22 06:26:54 -0400 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-05-22 06:26:54 -0400 |
commit | 892f3cdd2c4d1b6aa9ec86547022d9f8194d6b80 (patch) | |
tree | 6378e5177447f5fc8436f756979d834d0fb98da7 /indra/llcommon/llstring.h | |
parent | 0ebcb7e3fd1452d42b5ca48139f99a4fd632d235 (diff) |
CHUI-967: fix display of % escapes in chat
Diffstat (limited to 'indra/llcommon/llstring.h')
-rwxr-xr-x | indra/llcommon/llstring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llstring.h b/indra/llcommon/llstring.h index 119efc7957..f9702868c8 100755 --- a/indra/llcommon/llstring.h +++ b/indra/llcommon/llstring.h @@ -470,6 +470,7 @@ inline std::string chop_tail_copy( * @brief This translates a nybble stored as a hex value from 0-f back * to a nybble in the low order bits of the return byte. */ +LL_COMMON_API bool is_char_hex(char hex); LL_COMMON_API U8 hex_as_nybble(char hex); /** |