]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFonts.h
Fix yet another thinko in the math grid paste code
[lyx.git] / src / LaTeXFonts.h
index 6d08cb9fced8fa8759eadf4d862102fad972822f..79bd34b7ecdd90de88d7e4e7b0f16e4d3f3b4682 100644 (file)
@@ -59,7 +59,7 @@ public:
        /// Does this provide additional options?
        bool providesMoreOptions(bool ot1, bool complete, bool nomath);
        /// Alternative requirement to test for
-       docstring const & requires() { return requires_; }
+       docstring const & required() { return required_; }
        /// Does this font provide a given \p feature
        bool provides(std::string const & name, bool ot1,
                      bool complete, bool nomath);
@@ -140,7 +140,7 @@ private:
        ///
        std::vector<std::string> provides_;
        ///
-       docstring requires_;
+       docstring required_;
        ///
        docstring preamble_;
        ///