]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFonts.h
Revert "Fix Ticket #9741 misleading name for font-encoding setting "default"."
[lyx.git] / src / LaTeXFonts.h
index a50a0770d9fa1740f71dbb888254ab61e860f70b..90d91b35190a54cb7d55324aadb1e0843cb62e33 100644 (file)
@@ -26,7 +26,7 @@ class Lexer;
 class LaTeXFont {
 public:
        /// TeX font
-       LaTeXFont() : switchdefault_(false) {}
+       LaTeXFont() : osfdefault_(false), switchdefault_(false) {}
        /// The font name
        docstring const & name() { return name_; }
        /// The name to appear in the document dialog
@@ -133,7 +133,7 @@ private:
        ///
        docstring requires_;
        ///
-       std::string preamble_;
+       docstring preamble_;
        ///
        bool osfdefault_;
        ///