]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBinom.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathBinom.cpp
index 17ec145390edfd75e0aff7da3cc39604ae3b77c1..7d0aa7b27f4a46d0b28f00ff9246574e37ef3771 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathBinom.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathSupport.h"
 #include "MathStream.h"
 
@@ -28,9 +28,9 @@ InsetMathBinom::InsetMathBinom(bool choose)
 {}
 
 
-auto_ptr<InsetBase> InsetMathBinom::doClone() const
+auto_ptr<Inset> InsetMathBinom::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathBinom(*this));
+       return auto_ptr<Inset>(new InsetMathBinom(*this));
 }