* don't forget InsetMathMBox, which is only compiled with cmake

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23167 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-02-23 21:59:38 +00:00
parent 52ccb98354
commit c207a8fe0b

View File

@ -43,7 +43,7 @@ InsetMathMBox::InsetMathMBox(LayoutPtr const & layout)
{
text_.paragraphs().clear();
text_.paragraphs().push_back(Paragraph());
text_.paragraphs().back().layout(layout);
text_.paragraphs().back().setLayout(layout);
}