X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathChar.h;h=bc357bcadba16356afc1bf5a6e909109be785592;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=347e8533f6d3d4202b47512687ec7a0f530ccdc0;hpb=00e305c9d9bd8b0ff54b6c58adb6192d5934ed60;p=lyx.git diff --git a/src/mathed/InsetMathChar.h b/src/mathed/InsetMathChar.h index 347e8533f6..bc357bcadb 100644 --- a/src/mathed/InsetMathChar.h +++ b/src/mathed/InsetMathChar.h @@ -14,7 +14,7 @@ #include "InsetMath.h" -#include "LyXFont.h" +#include "Font.h" namespace lyx { @@ -50,13 +50,13 @@ public: bool isRelOp() const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// the character char_type char_; /// cached kerning for superscript mutable int kerning_; /// - mutable LyXFont font_cache_; + mutable Font font_cache_; }; } // namespace lyx