]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
Properly fix bug 3258.
[lyx.git] / src / mathed / InsetMathSymbol.h
index 5ac141724c2fe3062dce4ab56c29e44fd2ed451b..60f4028fb063264d21722472b7b9da4375ec85cf 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "InsetMath.h"
 
+#include "Font.h"
 
 namespace lyx {
 
@@ -36,12 +37,12 @@ public:
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
-       int width() const { return width_; }
-       ///
        int kerning() const { return kerning_; }
 
        ///
        bool isRelOp() const;
+       ///
+       bool isOrdAlpha() const;
        /// do we take scripts?
        bool isScriptable() const;
        /// do we take \limits or \nolimits?
@@ -71,13 +72,11 @@ public:
        void infoize2(odocstream & os) const;
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        ///
        latexkeys const * sym_;
        ///
        mutable int h_;
-       /// cached width
-       mutable int width_;
        /// cached superscript kerning
        mutable int kerning_;
        ///