]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.C
Account for kerning when positioning scripts in the MathFontOld and
[lyx.git] / src / mathed / InsetMathExInt.C
index a349946a7e3704e86df41be646a0f6cb8c0d9a42..84277234189a92ac08417b3c2d1c00ef9ca87876 100644 (file)
@@ -65,9 +65,10 @@ void InsetMathExInt::normalize(NormalStream & os) const
 }
 
 
-void InsetMathExInt::metrics(MetricsInfo &, Dimension &) const
+bool InsetMathExInt::metrics(MetricsInfo &, Dimension &) const
 {
        lyxerr << "should not happen" << endl;
+       return true;
 }