]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.cpp
Use Common Number separator instead of European to detect numbers
[lyx.git] / src / Encoding.cpp
index 47e27eb97d9c94e6909e8367618f5c6f41c197e8..b24c31366fe6d800094422302c5debbac5d517c6 100644 (file)
@@ -67,7 +67,7 @@ EncodingException::EncodingException(char_type c)
 }
 
 
-const char * EncodingException::what() const throw()
+const char * EncodingException::what() const noexcept
 {
        return "Could not find LaTeX command for a character";
 }