X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSymbol.h;h=60f4028fb063264d21722472b7b9da4375ec85cf;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=74b0b9180f878ee03a8135ee502fa8bcfd78d66d;hpb=24c8ca10d21a079939a901bb128300d6663a3e8a;p=lyx.git diff --git a/src/mathed/InsetMathSymbol.h b/src/mathed/InsetMathSymbol.h index 74b0b9180f..60f4028fb0 100644 --- a/src/mathed/InsetMathSymbol.h +++ b/src/mathed/InsetMathSymbol.h @@ -14,7 +14,7 @@ #include "InsetMath.h" -#include "lyxfont.h" +#include "Font.h" namespace lyx { @@ -72,7 +72,7 @@ public: void infoize2(odocstream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// latexkeys const * sym_; /// @@ -81,8 +81,6 @@ private: mutable int kerning_; /// mutable bool scriptable_; - /// - mutable LyXFont font_cache_; }; } // namespace lyx