X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Flstrings.h;h=f661fc5b85abc1e635348b6a484e5944fe1a2b65;hb=b96ce9a9c101a711ef8a1cdd5d6fe812a18966da;hp=ff0ce1d20738cd92a40584668faa32341bf5b60c;hpb=623f7b4795ae497d1dd974356516ecd3d48c9ef1;p=lyx.git diff --git a/src/support/lstrings.h b/src/support/lstrings.h index ff0ce1d207..f661fc5b85 100644 --- a/src/support/lstrings.h +++ b/src/support/lstrings.h @@ -53,7 +53,7 @@ bool isHexChar(char_type); bool isHex(docstring const & str); -int hexToInt(docstring const & str); +unsigned int hexToInt(docstring const & str); /// is \p str pure ascii? bool isAscii(docstring const & str);