]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.h
MathML: more consistency between DocBook and XHTML.
[lyx.git] / src / Encoding.h
index 76b022dd9dbbc514f85e3c837d33fed156460ceb..6a96843607621adc7519ddee6b8e9a5a80ccc167 100644 (file)
@@ -255,10 +255,10 @@ public:
        fromLyXName(std::string const & name, bool allowUnsafe = false) const;
        /// Get encoding from LaTeX name \p name and package \p package
        Encoding const * fromLaTeXName(std::string const & name,
-               int const & package = Encoding::any, bool allowUnsafe = false) const;
+               int package = Encoding::any, bool allowUnsafe = false) const;
        /// Get encoding from iconv name \p name and package \p package
        Encoding const * fromIconvName(std::string const & name,
-               int const & package = Encoding::any, bool allowUnsafe = false) const;
+               int package = Encoding::any, bool allowUnsafe = false) const;
 
        ///
        const_iterator begin() const { return encodinglist.begin(); }