X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFonts.h;h=90d91b35190a54cb7d55324aadb1e0843cb62e33;hb=f5fe3c17be0a66b32085585962877dfc2dae9140;hp=a50a0770d9fa1740f71dbb888254ab61e860f70b;hpb=d1a77eadc1cf16ee3e0bd5008c6a8f74f3087442;p=lyx.git diff --git a/src/LaTeXFonts.h b/src/LaTeXFonts.h index a50a0770d9..90d91b3519 100644 --- a/src/LaTeXFonts.h +++ b/src/LaTeXFonts.h @@ -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_; ///