]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.h
first shot at preview. It crashes. Don't know why. To see it work a bit, change
[lyx.git] / src / mathed / math_diffinset.h
index 3957a8f21da5c34a5cdc6df3a4ba3fa0654eb164..284c822a2e9ac0ac23e2d2b076589162e8de5fe5 100644 (file)
@@ -16,9 +16,9 @@ public:
        ///
        void addDer(MathArray const & der);
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & st) const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
 
        ///
        void normalize(NormalStream &) const;