]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Account for old versions of Pygments
[lyx.git] / src / LaTeXFeatures.h
index 9fbc134fd496d1587ca32d4fba2a3ba5731a7d84..df071c671b2658419f439272d086eab7ae7167c7 100644 (file)
@@ -73,7 +73,8 @@ public:
        /// The definitions needed by the document's textclass
        docstring const getTClassPreamble() const;
        /// The language dependent definitions needed by the document's textclass
-       docstring const getTClassI18nPreamble(bool use_babel, bool use_polyglossia) const;
+       docstring const getTClassI18nPreamble(bool use_babel,
+                               bool use_polyglossia, bool use_minted) const;
        ///
        docstring const getTClassHTMLStyles() const;
        ///
@@ -131,7 +132,7 @@ public:
        ///
        std::string getBabelLanguages() const;
        ///
-       std::map<std::string, std::string> getPolyglossiaLanguages() const;
+       std::set<std::string> getPolyglossiaLanguages() const;
        ///
        std::set<std::string> getEncodingSet(std::string const & doc_encoding) const;
        ///