]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSubstack.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathSubstack.cpp
index b2260a40cb4960f674d5ecb58b544bce481fd22e..0084eac345040fcdff17451da329056d69acc72f 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "LaTeXFeatures.h"
 #include "InsetMathSubstack.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 #include "support/std_ostream.h"
 
@@ -36,9 +36,9 @@ InsetMathSubstack::InsetMathSubstack()
 {}
 
 
-auto_ptr<InsetBase> InsetMathSubstack::doClone() const
+auto_ptr<Inset> InsetMathSubstack::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathSubstack(*this));
+       return auto_ptr<Inset>(new InsetMathSubstack(*this));
 }
 
 
@@ -63,7 +63,7 @@ void InsetMathSubstack::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-bool InsetMathSubstack::getStatus(LCursor & cur, FuncRequest const & cmd,
+bool InsetMathSubstack::getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const
 {
        switch (cmd.action) {