]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnv.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathEnv.h
index 80072dbd97a2d1ec7c3d609671eaddec3f77d374..38e6aeb203716698ce5cc14fe2f35dac17aca180 100644 (file)
@@ -32,7 +32,7 @@ public:
        /// write normalized content
        void normalize(NormalStream & ns) const;
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void infoize(odocstream & os) const;