X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathExInt.C;h=84277234189a92ac08417b3c2d1c00ef9ca87876;hb=e53e4d06726919c0fbf386bbe8f9d62a640b74d7;hp=a349946a7e3704e86df41be646a0f6cb8c0d9a42;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathExInt.C b/src/mathed/InsetMathExInt.C index a349946a7e..8427723418 100644 --- a/src/mathed/InsetMathExInt.C +++ b/src/mathed/InsetMathExInt.C @@ -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; }