X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathExInt.cpp;h=543a3255a27ef220145600ff20d42626e79cfbd2;hb=12314897982e07afd8926c997f66d7bb08e7e1fd;hp=5c495b83e3df730f9a3a034ac5e4399abdbb537f;hpb=ed858d73e57ce7aa89e38c1bc4d799362edb0227;p=lyx.git diff --git a/src/mathed/InsetMathExInt.cpp b/src/mathed/InsetMathExInt.cpp index 5c495b83e3..543a3255a2 100644 --- a/src/mathed/InsetMathExInt.cpp +++ b/src/mathed/InsetMathExInt.cpp @@ -62,10 +62,9 @@ void InsetMathExInt::normalize(NormalStream & os) const } -bool InsetMathExInt::metrics(MetricsInfo &, Dimension &) const +void InsetMathExInt::metrics(MetricsInfo &, Dimension &) const { lyxerr << "should not happen" << endl; - return true; }