]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathMBox.cpp
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[features.git] / src / mathed / InsetMathMBox.cpp
index 52d5452cdc3b717534eaa6289a4f4960265bc11a..8facb40d68d65ee852e3eb31e69063d67d44e1a3 100644 (file)
@@ -39,7 +39,7 @@ InsetMathMBox::InsetMathMBox()
 }
 
 
-InsetMathMBox::InsetMathMBox(LayoutPtr const & layout)
+InsetMathMBox::InsetMathMBox(Layout const & layout)
 {
        text_.paragraphs().clear();
        text_.paragraphs().push_back(Paragraph());