X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FCommandInset.cpp;h=a53a23355599044cef561fd85621b32b598cd46d;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=23de2c5d527359e17412a8d5a8bfad31de666d80;hpb=176715bd567758b914a8ebaa2eb8c32f9770a8c7;p=lyx.git diff --git a/src/mathed/CommandInset.cpp b/src/mathed/CommandInset.cpp index 23de2c5d52..a53a233555 100644 --- a/src/mathed/CommandInset.cpp +++ b/src/mathed/CommandInset.cpp @@ -11,10 +11,10 @@ #include #include "CommandInset.h" -#include "MathArray.h" +#include "MathData.h" #include "MathStream.h" -#include "dispatchresult.h" -#include "funcrequest.h" +#include "DispatchResult.h" +#include "FuncRequest.h" #include @@ -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;