]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYMatrix.h
* dynamic macros as described in http://1stein.org/download/dynmacro.pdf
[lyx.git] / src / mathed / InsetMathXYMatrix.h
index d718c6240e160c86d6649706830d50bc6c50b9b6..1d5cd2f735f8b3ad088907602510695e216ec659 100644 (file)
@@ -24,7 +24,7 @@ public:
        ///
        InsetMathXYMatrix(Length const & = Length(), char c = '\0');
        ///
-       bool metrics(MetricsInfo &, Dimension &) const;
+       void metrics(MetricsInfo &, Dimension &) const;
        ///
        InsetMathXYMatrix const * asXYMatrixInset() const { return this; }
        ///