]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exintinset.C
fix #1073
[lyx.git] / src / mathed / math_exintinset.C
index 4cdf247e419da196c23029ce777075e574dfa9c9..2f9d07ca198a98a5f79ed334daab0d395dec7f4e 100644 (file)
@@ -48,13 +48,13 @@ void MathExIntInset::normalize(NormalStream & os) const
 }
 
 
-void MathExIntInset::metrics(MathMetricsInfo &) const
+void MathExIntInset::metrics(MetricsInfo &) const
 {
        lyxerr << "should not happen\n";
 }
 
 
-void MathExIntInset::draw(MathPainterInfo &, int, int) const
+void MathExIntInset::draw(PainterInfo &, int, int) const
 {
        lyxerr << "should not happen\n";
 }