X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FCommandInset.cpp;h=a53a23355599044cef561fd85621b32b598cd46d;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=55aa8d13ecd0e1896d91f5bbc9f4d16b1f33d3a6;hpb=00e305c9d9bd8b0ff54b6c58adb6192d5934ed60;p=lyx.git diff --git a/src/mathed/CommandInset.cpp b/src/mathed/CommandInset.cpp index 55aa8d13ec..a53a233555 100644 --- a/src/mathed/CommandInset.cpp +++ b/src/mathed/CommandInset.cpp @@ -11,7 +11,7 @@ #include #include "CommandInset.h" -#include "MathArray.h" +#include "MathData.h" #include "MathStream.h" #include "DispatchResult.h" #include "FuncRequest.h" @@ -31,9 +31,9 @@ CommandInset::CommandInset(docstring const & name) } -auto_ptr CommandInset::doClone() const +auto_ptr CommandInset::doClone() const { - return auto_ptr(new CommandInset(*this)); + return auto_ptr(new CommandInset(*this)); } @@ -51,7 +51,7 @@ bool CommandInset::metrics(MetricsInfo & mi, Dimension & dim) const } -InsetBase * CommandInset::editXY(LCursor & cur, int /*x*/, int /*y*/) +Inset * CommandInset::editXY(Cursor & cur, int /*x*/, int /*y*/) { edit(cur, true); return this;