]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.cpp
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathMBox.cpp
index 52d5452cdc3b717534eaa6289a4f4960265bc11a..26bbf183c7b0eff631b4518910feeef180899eed 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -39,7 +39,7 @@ InsetMathMBox::InsetMathMBox()
 }
 
 
-InsetMathMBox::InsetMathMBox(LayoutPtr const & layout)
+InsetMathMBox::InsetMathMBox(Layout const & layout)
 {
        text_.paragraphs().clear();
        text_.paragraphs().push_back(Paragraph());