]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSubstack.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathSubstack.cpp
index 24663ac44777d99f974cbca14ea97694d9a5404c..0084eac345040fcdff17451da329056d69acc72f 100644 (file)
 
 #include "LaTeXFeatures.h"
 #include "InsetMathSubstack.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 #include "support/std_ostream.h"
 
-#include "funcrequest.h"
+#include "FuncRequest.h"
 #include "FuncStatus.h"
 #include "gettext.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) {