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