]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.h
Fix monolithic build (bug #8079)
[lyx.git] / src / Encoding.h
index 4d68c3b7218e979f1befe1f67e2eac13332f2ddf..7b0fa8ec19a30a0fb8134d8d12b28e38d78b3d80 100644 (file)
@@ -195,6 +195,11 @@ public:
         * letters and accented characters that are output as math commands.
         */
        static bool isMathAlpha(char_type c);
+       /**
+        * Do we need to terminate this command (by {} or space)?
+        * This is true if the "notermination" flag is not set.
+        */
+       static bool needsTermination(char_type c);
        /**
         * Register \p c as a mathmode command.
         */