]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFontOld.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathFontOld.cpp
index e70b7370f594a4d33a3224914b5050daa74dfa50..c68a75c6d13f813468b24a68135e3df3b881c946 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathFontOld.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 #include "MathParser.h"
 #include "MathStream.h"
@@ -30,9 +30,9 @@ InsetMathFontOld::InsetMathFontOld(latexkeys const * key)
 }
 
 
-auto_ptr<InsetBase> InsetMathFontOld::doClone() const
+auto_ptr<Inset> InsetMathFontOld::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathFontOld(*this));
+       return auto_ptr<Inset>(new InsetMathFontOld(*this));
 }