]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathChar.h
index 1a28af248add36979c3214596e2a6a17968c51f0..994185e33800fdf632053e442d547d8337576d0e 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "InsetMath.h"
 
-#include "lyxfont.h"
+#include "Font.h"
 
 namespace lyx {
 
@@ -50,13 +50,11 @@ 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_;
 };
 
 } // namespace lyx