]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.h
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / mathed / InsetMathLim.h
index c2911c6d214846b17a06b3836e1bb6f50164a72e..9ff2cbe025e18a57a602d5c855d09339e3c8a051 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -26,7 +26,7 @@ public:
        ///
        InsetMathLim(MathData const & f, MathData const & x, MathData const & x0);
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;