]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/CommandInset.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / CommandInset.h
index 75b6f887b2b99c894523948c0b2eb32b1e6fadea..c1b8ffe714042bcaaea99dce07359d5c84528dd1 100644 (file)
@@ -27,7 +27,7 @@ public:
        ///
        explicit CommandInset(docstring const & name);
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///