]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_notinset.h
first shot at preview. It crashes. Don't know why. To see it work a bit, change
[lyx.git] / src / mathed / math_notinset.h
index 6e56207bb0d370091fb7859bde6eb86362f0445a..c221ec0186d24a7bcb83f1696e3d077b855018f6 100644 (file)
@@ -17,11 +17,13 @@ public:
        ///
        void normalize(NormalStream & ns) const;
        ///
-       void metrics(MathMetricsInfo const & mi) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
 private:
        ///
        mutable LyXFont font_;
+       ///
+       mutable char char_;
 };
 #endif