]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.h
Fix compilation on win
[lyx.git] / src / Encoding.h
index f099280059aca12118e36b7137d1731aea0de741..6a1e76ce9a0648a63c0a7b61a3ab43b06a0a83a1 100644 (file)
@@ -190,7 +190,7 @@ public:
        /**
         * Do we have to display in italics this character when in mathmode?
         * This is true if the "mathalpha" flag is set. We use this for
-        * accented characters that are output as math commands.
+        * letters and accented characters that are output as math commands.
         */
        static bool isMathAlpha(char_type c);
        /**