]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.cpp
* gcc does not like missing characters in keywords
[lyx.git] / src / Encoding.cpp
index 9e7f139cd3aa70ac6df69ff1c7fc95ed8ffdf277..c95748bea154133f2ecd90dcfeb8dca679f8fd1a 100644 (file)
@@ -23,6 +23,8 @@
 #include "support/lstrings.h"
 #include "support/unicode.h"
 
+#include <boost/cstdint.hpp>
+
 #include <sstream>
 
 #ifndef CXX_GLOBAL_CSTD
@@ -401,7 +403,7 @@ bool Encodings::isCombiningChar(char_type c)
 }
 
 
-bool Encodings::isKnownLangChar(char_type c, string & preamble)
+bool Encodings::isKnownScriptChar(char_type const c, string & preamble)
 {
        CharInfoMap::const_iterator const it = unicodesymbols.find(c);