]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Alfredo's second patch
[lyx.git] / src / LaTeXFeatures.h
index 7fa311a3e24a09dae53dca3ab387953655a23f52..b95c8e411520158ffd85511f29445e9c858a5c2f 100644 (file)
@@ -69,11 +69,11 @@ public:
        ///
        void useLanguage(Language const *);
        ///
-       bool hasLanguages();
+       bool hasLanguages() const;
        ///
        string getLanguages() const;
        ///
-       std::set<string> getEncodingSet(string const & doc_encoding);
+       std::set<string> getEncodingSet(string const & doc_encoding) const;
        ///
        void useLayout(string const & lyt);
        ///