]> git.lyx.org Git - features.git/commitdiff
* don't forget InsetMathMBox, which is only compiled with cmake
authorStefan Schimanski <sts@lyx.org>
Sat, 23 Feb 2008 21:59:38 +0000 (21:59 +0000)
committerStefan Schimanski <sts@lyx.org>
Sat, 23 Feb 2008 21:59:38 +0000 (21:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23167 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathMBox.cpp

index 0d05d10c36ea3c5fba01c66dc810e3397feb5c3b..a3947f39bca7619feb0d1018021ad05de9d4b4f1 100644 (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);
 }