]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathMBox.h
index 6d9091d9a0a003e4ed3edd105935419022483d07..6d3529bd33378bcb46ee4dd125b18a5a17f1cda0 100644 (file)
@@ -31,7 +31,7 @@ class InsetMathMBox : public InsetMath {
 public:
        ///
        explicit InsetMathMBox();
-       explicit InsetMathMBox(LayoutPtr const & layout);
+       explicit InsetMathMBox(Layout const & layout);
 
        /// this stores metrics information in cache_
        void metrics(MetricsInfo & mi, Dimension & dim) const;