]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.h
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathChar.h
index 347e8533f6d3d4202b47512687ec7a0f530ccdc0..bc357bcadba16356afc1bf5a6e909109be785592 100644 (file)
@@ -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<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        /// the character
        char_type char_;
        /// cached kerning for superscript
        mutable int kerning_;
        ///
-       mutable LyXFont font_cache_;
+       mutable Font font_cache_;
 };
 
 } // namespace lyx