]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.cpp
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetMathBox.cpp
index 8a4e87c550ed22ac6e74fff4331061974b9823a9..0872973dbfc2bae6748e0a0315f5abd19c85af2f 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathBox.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 #include "MathStream.h"
 #include "support/std_ostream.h"
@@ -28,9 +28,9 @@ InsetMathBox::InsetMathBox(docstring const & name)
 {}
 
 
-auto_ptr<InsetBase> InsetMathBox::doClone() const
+auto_ptr<Inset> InsetMathBox::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathBox(*this));
+       return auto_ptr<Inset>(new InsetMathBox(*this));
 }