]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.cpp
* dynamic macros as described in http://1stein.org/download/dynmacro.pdf
[lyx.git] / src / mathed / InsetMathExInt.cpp
index 5c495b83e3df730f9a3a034ac5e4399abdbb537f..543a3255a27ef220145600ff20d42626e79cfbd2 100644 (file)
@@ -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;
 }