]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.h
Add quote style information to languages
[lyx.git] / src / support / lstrings.h
index 46e4e814b2f1646b471f4a8959053f959fdda128..d0f74803658fdadeafb6161ebcf6b40516a1be14 100644 (file)
@@ -47,6 +47,8 @@ bool isStrDbl(std::string const & str);
 /// does the string contain a digit?
 bool hasDigitASCII(docstring const & str);
 
+bool isHexChar(char_type);
+
 bool isHex(docstring const & str);
 
 int hexToInt(docstring const & str);