]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFonts.h
Constify
[lyx.git] / src / LaTeXFonts.h
index 50ec71ad907dc04d13671eddc9cc2a45c78a41f3..7f020acc8e5d8845537b701bc696653c3ff5ec0d 100644 (file)
@@ -48,8 +48,6 @@ public:
        docstring const & ot1font() { return ot1font_; }
        /// A font that provides Old Style Figures for this type face
        docstring const & osffont() { return osffont_; }
-       /// A package option needed to load this font
-       docstring const & packageoption() { return packageoption_; }
        /// A package option for Old Style Figures
        docstring const & osfoption() { return osfoption_; }
        /// A package option for true SmallCaps
@@ -130,7 +128,7 @@ private:
        ///
        docstring osffont_;
        ///
-       docstring packageoption_;
+       docstring packageoptions_;
        ///
        docstring osfoption_;
        ///