]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCases.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathCases.cpp
index 1f2eb60b4d0e5763dcdeb4dd6e839f3a8ced8912..27ec6c3b95580d6925b0ae4fd4fe4b95c5b00e40 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathCases.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 #include "MathSupport.h"
 #include "FuncStatus.h"
@@ -41,9 +41,9 @@ InsetMathCases::InsetMathCases(row_type n)
 {}
 
 
-auto_ptr<InsetBase> InsetMathCases::doClone() const
+auto_ptr<Inset> InsetMathCases::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathCases(*this));
+       return auto_ptr<Inset>(new InsetMathCases(*this));
 }