]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_biginset.C
fix #1073
[lyx.git] / src / mathed / math_biginset.C
index 07f91c8ccc0dfcaae00112259aa4bfde3b7ad3bc..ecceb7948f908d46bb4419c2aa1a61866a4202c5 100644 (file)
@@ -37,7 +37,7 @@ double MathBigInset::increase() const
 }
 
 
-void MathBigInset::metrics(MathMetricsInfo & mi) const
+void MathBigInset::metrics(MetricsInfo & mi) const
 {
        double const h = mathed_char_ascent(mi.base.font, 'I');
        double const f = increase();
@@ -47,7 +47,7 @@ void MathBigInset::metrics(MathMetricsInfo & mi) const
 }
 
 
-void MathBigInset::draw(MathPainterInfo & pi, int x, int y) const
+void MathBigInset::draw(PainterInfo & pi, int x, int y) const
 {
        mathed_draw_deco(pi, x + 1, y - ascent(), 4, height(), delim_);
 }