]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exintinset.C
try to fix rounding errors
[lyx.git] / src / mathed / math_exintinset.C
index 212e87eecdda0be27ccb9a42864d849a9d8ccaa9..e26a74e6b69890d8e0a40749839bafab48e96e19 100644 (file)
@@ -49,13 +49,13 @@ void MathExIntInset::normalize(NormalStream & os) const
 }
 
 
-void MathExIntInset::metrics(MathMetricsInfo const &) const
+void MathExIntInset::metrics(MathMetricsInfo &) const
 {
        lyxerr << "should not happen" << endl;
 }
 
 
-void MathExIntInset::draw(Painter &, int, int) const
+void MathExIntInset::draw(MathPainterInfo &, int, int) const
 {
        lyxerr << "should not happen" << endl;
 }