]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYMatrix.h
Allows editing when the Prefs dialog is opened; fix bug 3140:
[lyx.git] / src / mathed / InsetMathXYMatrix.h
index 8cef0b8656fb46401124749c5e32904f7cd5810a..949f488f9459e9eef1562f66498d5ebedf379b67 100644 (file)
@@ -24,7 +24,7 @@ public:
        ///
        InsetMathXYMatrix(LyXLength const & = LyXLength(), char c = '\0');
        ///
-       void metrics(MetricsInfo &, Dimension &) const;
+       bool metrics(MetricsInfo &, Dimension &) const;
        ///
        InsetMathXYMatrix const * asXYMatrixInset() const { return this; }
        ///