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