X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSplit.cpp;h=2b68fc34788fd25c866a6f9497715afae7e2af88;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=6f0092c138329697cb0138157982a929fdb2cfa0;hpb=00e305c9d9bd8b0ff54b6c58adb6192d5934ed60;p=lyx.git diff --git a/src/mathed/InsetMathSplit.cpp b/src/mathed/InsetMathSplit.cpp index 6f0092c138..2b68fc3478 100644 --- a/src/mathed/InsetMathSplit.cpp +++ b/src/mathed/InsetMathSplit.cpp @@ -11,7 +11,7 @@ #include #include "InsetMathSplit.h" -#include "MathArray.h" +#include "MathData.h" #include "MathStream.h" #include "MathStream.h" @@ -38,9 +38,9 @@ InsetMathSplit::InsetMathSplit(docstring const & name, char valign) } -auto_ptr InsetMathSplit::doClone() const +auto_ptr InsetMathSplit::doClone() const { - return auto_ptr(new InsetMathSplit(*this)); + return auto_ptr(new InsetMathSplit(*this)); } @@ -65,7 +65,7 @@ void InsetMathSplit::draw(PainterInfo & pi, int x, int y) const } -bool InsetMathSplit::getStatus(LCursor & cur, FuncRequest const & cmd, +bool InsetMathSplit::getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus & flag) const { switch (cmd.action) {