]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.cpp
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetMathMBox.cpp
index 23f5453515aa75fe74e40bb8afdef7b8e51e71c5..1b009cf3e872361f0056eec1981c50f8d2cc979b 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathMBox.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 
 #include "BufferView.h"
@@ -49,9 +49,9 @@ InsetMathMBox::InsetMathMBox(LyXLayout_ptr const & layout)
 }
 
 
-auto_ptr<InsetBase> InsetMathMBox::doClone() const
+auto_ptr<Inset> InsetMathMBox::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathMBox(*this));
+       return auto_ptr<Inset>(new InsetMathMBox(*this));
 }