]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathPhantom.h
index 82ac904281ff108195348ff06ac35156ac223904..6bfdd08c5ea19bef0ecbf1d76732e7db78d58532 100644 (file)
@@ -28,7 +28,7 @@ public:
        ///
        explicit InsetMathPhantom(Kind);
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///