]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.h
let the compiler do the maths to compute array size
[lyx.git] / src / Encoding.h
index f955fa966ace9f0585769aca497d2678c2bb24f0..1f367366a82dde25abb282b00ec83db45873b02f 100644 (file)
@@ -75,7 +75,7 @@ public:
         * LaTeX macro is known, a warning is given of lyxerr, and the
         * character is returned.
         */
-       docstring latexChar(char_type c, bool for_mathed = false) const;
+       docstring latexChar(char_type c, bool no_commands = false) const;
        /// Which LaTeX package handles this encoding?
        Package package() const { return package_; }
        /// A list of all characters usable in this encoding