X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathAMSArray.cpp;h=d74ed1db30926034674045c3738d94b5bb164a7e;hb=7f17f13bfc2ad4e7cdd8ecfce23374e2b3d0c646;hp=67098ed64c859d068276094c3fb8e475f524fe17;hpb=6e3a75969b97a5db4c80c46be49d4deb122abfe7;p=lyx.git diff --git a/src/mathed/InsetMathAMSArray.cpp b/src/mathed/InsetMathAMSArray.cpp index 67098ed64c..d74ed1db30 100644 --- a/src/mathed/InsetMathAMSArray.cpp +++ b/src/mathed/InsetMathAMSArray.cpp @@ -12,12 +12,12 @@ #include "LaTeXFeatures.h" #include "InsetMathAMSArray.h" -#include "MathArray.h" +#include "MathData.h" #include "MathStream.h" #include "MathStream.h" #include "MathSupport.h" -#include "funcrequest.h" +#include "FuncRequest.h" #include "FuncStatus.h" #include "gettext.h" @@ -41,9 +41,9 @@ InsetMathAMSArray::InsetMathAMSArray(docstring const & name) {} -auto_ptr InsetMathAMSArray::doClone() const +auto_ptr InsetMathAMSArray::doClone() const { - return auto_ptr(new InsetMathAMSArray(*this)); + return auto_ptr(new InsetMathAMSArray(*this)); } @@ -101,7 +101,7 @@ void InsetMathAMSArray::draw(PainterInfo & pi, int x, int y) const } -bool InsetMathAMSArray::getStatus(LCursor & cur, FuncRequest const & cmd, +bool InsetMathAMSArray::getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus & flag) const { switch (cmd.action) {