]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.h
Allows editing when the Prefs dialog is opened; fix bug 3140:
[lyx.git] / src / mathed / InsetMathLim.h
index bb6edd2ebb39a853c4e0fb7a22209ae07dea4e44..af1480dd0cfe83f79fad282b28e3221a0c9492d8 100644 (file)
@@ -26,7 +26,7 @@ public:
        ///
        InsetMathLim(MathArray const & f, MathArray const & x, MathArray const & x0);
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;